Html Css Color HEX #453812 Madras

📋 copy color: '#453812'

red 69 ◦ green 56 ◦ blue 18

#453812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #453812

Tints of Madras #453812

RGB

 RED value IS 69 (27.34% from 255) = 48.25%

 GREEN value IS 56 (22.27% from 255) = 39.16%

 BLUE value IS 18 (7.42% from 255) = 12.59%

R = 48.25%
G = 39.16%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#453812 (or 0x453812) is known color: Madras. HEX triplet: 45, 38 and 12. RGB value is (69,56,18). Sum of RGB (Red+Green+Blue) = 69+56+18=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453812 is #BAC7ED. Grayscale: #373737. Windows color (decimal): -12240878 or 1194053. OLE color: 1194053.

HSL color Cylindrical-coordinate representation of color #453812: hue angle of 44.71º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453812 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 56 18 -
CMYK 0 0.19 0.74 0.73
HSL 44.71º 0.59% 0.17% -
HSV(B) 44.71º 0.74% 0.27% -
XYZ 3.98 4.14 1.16 -
YUV 55.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 69 56 18 0 0.19 0.74 0.73 44.71 0.59 0.17
Hex 45 38 12 0 13 4A 49 2D 3B 11
Octal 105 70 22 0 23 112 111 55 73 21
Binary 1000101 111000 10010 0 10011 1001010 1001001 101101 111011 10001

Color Harmonies of #453812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453812

Black with #453812

Text Example


Text Example

White with #453812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453812; }

 p { color: rgb(69,56,18); }

 H1.HeaderClassName
 {
   color: #453812;
 }
 .AnyTagClassName
 {
   color: #453812;
 }
</style>

background-color css

<style>
 a { background-color: #453812; }

 a { background-color: rgb(69,56,18); }

 div.DivClassName
 {
   background-color: #453812;
 }
 .BgClassName
 {
   background-color: #453812;
 }
</style>

border-color css

<style>
 span { border-color: #453812; }

 span { border-color: rgb(69,56,18); }

 td.TdClassName
 {
   border-color: #453812;
 }
 .TagClassName
 {
   border-color: #453812;
 }
</style>