Html Css Color HEX #423C22 Madras

📋 copy color: '#423C22'

red 66 ◦ green 60 ◦ blue 34

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

Shades of Madras #423C22

Tints of Madras #423C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 41.25%
G = 37.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#423C22 (or 0x423C22) is known color: Madras. HEX triplet: 42, 3C and 22. RGB value is (66,60,34). Sum of RGB (Red+Green+Blue) = 66+60+34=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C22 is #BDC3DD. Grayscale: #3A3A3A. Windows color (decimal): -12436446 or 2243650. OLE color: 2243650.

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

Color convert

RGB 66 60 34 -
CMYK 0 0.09 0.48 0.74
HSL 48.75º 0.32% 0.2% -
HSV(B) 48.75º 0.48% 0.26% -
XYZ 4.15 4.51 2.16 -
YUV 58.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 66 60 34 0 0.09 0.48 0.74 48.75 0.32 0.2
Hex 42 3C 22 0 9 30 4A 31 20 14
Octal 102 74 42 0 11 60 112 61 40 24
Binary 1000010 111100 100010 0 1001 110000 1001010 110001 100000 10100

Color Harmonies of #423C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C22

Black with #423C22

Text Example


Text Example

White with #423C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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