Html Css Color HEX #453A18 Madras

📋 copy color: '#453A18'

red 69 ◦ green 58 ◦ blue 24

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

Shades of Madras #453A18

Tints of Madras #453A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.41%

 BLUE value IS 24 (9.77% from 255) = 15.89%

R = 45.7%
G = 38.41%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#453A18 (or 0x453A18) is known color: Madras. HEX triplet: 45, 3A and 18. RGB value is (69,58,24). Sum of RGB (Red+Green+Blue) = 69+58+24=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #453A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A18 is #BAC5E7. Grayscale: #393939. Windows color (decimal): -12240360 or 1587781. OLE color: 1587781.

HSL color Cylindrical-coordinate representation of color #453A18: hue angle of 45.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453A18 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 58 24 -
CMYK 0 0.16 0.65 0.73
HSL 45.33º 0.48% 0.18% -
HSV(B) 45.33º 0.65% 0.27% -
XYZ 4.13 4.36 1.49 -
YUV 57.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 69 58 24 0 0.16 0.65 0.73 45.33 0.48 0.18
Hex 45 3A 18 0 10 41 49 2D 30 12
Octal 105 72 30 0 20 101 111 55 60 22
Binary 1000101 111010 11000 0 10000 1000001 1001001 101101 110000 10010

Color Harmonies of #453A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A18

Black with #453A18

Text Example


Text Example

White with #453A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453A18; }

 p { color: rgb(69,58,24); }

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

background-color css

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

 a { background-color: rgb(69,58,24); }

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

border-color css

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

 span { border-color: rgb(69,58,24); }

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