Html Css Color HEX #454211 Madras

📋 copy color: '#454211'

red 69 ◦ green 66 ◦ blue 17

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

Shades of Madras #454211

Tints of Madras #454211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 45.39%
G = 43.42%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#454211 (or 0x454211) is known color: Madras. HEX triplet: 45, 42 and 11. RGB value is (69,66,17). Sum of RGB (Red+Green+Blue) = 69+66+17=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #454211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454211 is #BABDEE. Grayscale: #3D3D3D. Windows color (decimal): -12238319 or 1131077. OLE color: 1131077.

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

Color convert

RGB 69 66 17 -
CMYK 0 0.04 0.75 0.73
HSL 56.54º 0.6% 0.17% -
HSV(B) 56.54º 0.75% 0.27% -
XYZ 4.5 5.2 1.3 -
YUV 61.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 69 66 17 0 0.04 0.75 0.73 56.54 0.6 0.17
Hex 45 42 11 0 4 4B 49 39 3C 11
Octal 105 102 21 0 4 113 111 71 74 21
Binary 1000101 1000010 10001 0 100 1001011 1001001 111001 111100 10001

Color Harmonies of #454211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454211

Black with #454211

Text Example


Text Example

White with #454211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454211; }

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

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

background-color css

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

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

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

border-color css

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

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

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