Html Css Color HEX #423B20 Madras

📋 copy color: '#423B20'

red 66 ◦ green 59 ◦ blue 32

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

Shades of Madras #423B20

Tints of Madras #423B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 42.04%
G = 37.58%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#423B20 (or 0x423B20) is known color: Madras. HEX triplet: 42, 3B and 20. RGB value is (66,59,32). Sum of RGB (Red+Green+Blue) = 66+59+32=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B20 is #BDC4DF. Grayscale: #3A3A3A. Windows color (decimal): -12436704 or 2112322. OLE color: 2112322.

HSL color Cylindrical-coordinate representation of color #423B20: hue angle of 47.65º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423B20 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 59 32 -
CMYK 0 0.11 0.52 0.74
HSL 47.65º 0.35% 0.19% -
HSV(B) 47.65º 0.52% 0.26% -
XYZ 4.07 4.39 2 -
YUV 58.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 66 59 32 0 0.11 0.52 0.74 47.65 0.35 0.19
Hex 42 3B 20 0 B 34 4A 30 23 13
Octal 102 73 40 0 13 64 112 60 43 23
Binary 1000010 111011 100000 0 1011 110100 1001010 110000 100011 10011

Color Harmonies of #423B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B20

Black with #423B20

Text Example


Text Example

White with #423B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,59,32); }

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

background-color css

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

 a { background-color: rgb(66,59,32); }

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

border-color css

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

 span { border-color: rgb(66,59,32); }

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