Html Css Color HEX #454213 Madras

📋 copy color: '#454213'

red 69 ◦ green 66 ◦ blue 19

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

Shades of Madras #454213

Tints of Madras #454213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 44.81%
G = 42.86%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#454213 (or 0x454213) is known color: Madras. HEX triplet: 45, 42 and 13. RGB value is (69,66,19). Sum of RGB (Red+Green+Blue) = 69+66+19=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #454213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454213 is #BABDEC. Grayscale: #3D3D3D. Windows color (decimal): -12238317 or 1262149. OLE color: 1262149.

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

Color convert

RGB 69 66 19 -
CMYK 0 0.04 0.72 0.73
HSL 56.4º 0.57% 0.17% -
HSV(B) 56.4º 0.72% 0.27% -
XYZ 4.52 5.21 1.38 -
YUV 61.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 69 66 19 0 0.04 0.72 0.73 56.4 0.57 0.17
Hex 45 42 13 0 4 48 49 38 39 11
Octal 105 102 23 0 4 110 111 70 71 21
Binary 1000101 1000010 10011 0 100 1001000 1001001 111000 111001 10001

Color Harmonies of #454213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454213

Black with #454213

Text Example


Text Example

White with #454213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454213; }

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

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

background-color css

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

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

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

border-color css

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

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

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