Html Css Color HEX #454218 Madras

📋 copy color: '#454218'

red 69 ◦ green 66 ◦ blue 24

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

Shades of Madras #454218

Tints of Madras #454218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

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

R = 43.4%
G = 41.51%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#454218 (or 0x454218) is known color: Madras. HEX triplet: 45, 42 and 18. RGB value is (69,66,24). Sum of RGB (Red+Green+Blue) = 69+66+24=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #454218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454218 is #BABDE7. Grayscale: #3E3E3E. Windows color (decimal): -12238312 or 1589829. OLE color: 1589829.

HSL color Cylindrical-coordinate representation of color #454218: hue angle of 56º 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 #454218 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 66 24 -
CMYK 0 0.04 0.65 0.73
HSL 56º 0.48% 0.18% -
HSV(B) 56º 0.65% 0.27% -
XYZ 4.57 5.23 1.63 -
YUV 62.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 69 66 24 0 0.04 0.65 0.73 56 0.48 0.18
Hex 45 42 18 0 4 41 49 38 30 12
Octal 105 102 30 0 4 101 111 70 60 22
Binary 1000101 1000010 11000 0 100 1000001 1001001 111000 110000 10010

Color Harmonies of #454218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454218

Black with #454218

Text Example


Text Example

White with #454218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454218; }

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

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

background-color css

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

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

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

border-color css

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

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

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