Html Css Color HEX #454418 Madras

📋 copy color: '#454418'

red 69 ◦ green 68 ◦ blue 24

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

Shades of Madras #454418

Tints of Madras #454418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

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

R = 42.86%
G = 42.24%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#454418 (or 0x454418) is known color: Madras. HEX triplet: 45, 44 and 18. RGB value is (69,68,24). Sum of RGB (Red+Green+Blue) = 69+68+24=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #454418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454418 is #BABBE7. Grayscale: #3F3F3F. Windows color (decimal): -12237800 or 1590341. OLE color: 1590341.

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

Color convert

RGB 69 68 24 -
CMYK 0 0.01 0.65 0.73
HSL 58.67º 0.48% 0.18% -
HSV(B) 58.67º 0.65% 0.27% -
XYZ 4.69 5.47 1.67 -
YUV 63.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 69 68 24 0 0.01 0.65 0.73 58.67 0.48 0.18
Hex 45 44 18 0 1 41 49 3B 30 12
Octal 105 104 30 0 1 101 111 73 60 22
Binary 1000101 1000100 11000 0 1 1000001 1001001 111011 110000 10010

Color Harmonies of #454418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454418

Black with #454418

Text Example


Text Example

White with #454418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454418; }

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

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

background-color css

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

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

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

border-color css

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

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

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