Html Css Color HEX #423C16 Madras

📋 copy color: '#423C16'

red 66 ◦ green 60 ◦ blue 22

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

Shades of Madras #423C16

Tints of Madras #423C16

RGB

 RED value IS 66 (26.17% from 255) = 44.59%

 GREEN value IS 60 (23.83% from 255) = 40.54%

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 44.59%
G = 40.54%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#423C16 (or 0x423C16) is known color: Madras. HEX triplet: 42, 3C and 16. RGB value is (66,60,22). Sum of RGB (Red+Green+Blue) = 66+60+22=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #423C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C16 is #BDC3E9. Grayscale: #393939. Windows color (decimal): -12436458 or 1457218. OLE color: 1457218.

HSL color Cylindrical-coordinate representation of color #423C16: hue angle of 51.82º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423C16 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 60 22 -
CMYK 0 0.09 0.67 0.74
HSL 51.82º 0.5% 0.17% -
HSV(B) 51.82º 0.67% 0.26% -
XYZ 4.01 4.45 1.41 -
YUV 57.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 66 60 22 0 0.09 0.67 0.74 51.82 0.5 0.17
Hex 42 3C 16 0 9 43 4A 34 32 11
Octal 102 74 26 0 11 103 112 64 62 21
Binary 1000010 111100 10110 0 1001 1000011 1001010 110100 110010 10001

Color Harmonies of #423C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C16

Black with #423C16

Text Example


Text Example

White with #423C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C16; }

 p { color: rgb(66,60,22); }

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

background-color css

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

 a { background-color: rgb(66,60,22); }

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

border-color css

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

 span { border-color: rgb(66,60,22); }

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