Html Css Color HEX #454018 Madras

📋 copy color: '#454018'

red 69 ◦ green 64 ◦ blue 24

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

Shades of Madras #454018

Tints of Madras #454018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.76%

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

R = 43.95%
G = 40.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#454018 (or 0x454018) is known color: Madras. HEX triplet: 45, 40 and 18. RGB value is (69,64,24). Sum of RGB (Red+Green+Blue) = 69+64+24=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #454018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454018 is #BABFE7. Grayscale: #3D3D3D. Windows color (decimal): -12238824 or 1589317. OLE color: 1589317.

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

Color convert

RGB 69 64 24 -
CMYK 0 0.07 0.65 0.73
HSL 53.33º 0.48% 0.18% -
HSV(B) 53.33º 0.65% 0.27% -
XYZ 4.45 5 1.59 -
YUV 60.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 69 64 24 0 0.07 0.65 0.73 53.33 0.48 0.18
Hex 45 40 18 0 7 41 49 35 30 12
Octal 105 100 30 0 7 101 111 65 60 22
Binary 1000101 1000000 11000 0 111 1000001 1001001 110101 110000 10010

Color Harmonies of #454018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454018

Black with #454018

Text Example


Text Example

White with #454018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454018; }

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

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

background-color css

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

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

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

border-color css

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

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

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