Html Css Color HEX #423A20 Madras

📋 copy color: '#423A20'

red 66 ◦ green 58 ◦ blue 32

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

Shades of Madras #423A20

Tints of Madras #423A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

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

R = 42.31%
G = 37.18%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#423A20 (or 0x423A20) is known color: Madras. HEX triplet: 42, 3A and 20. RGB value is (66,58,32). Sum of RGB (Red+Green+Blue) = 66+58+32=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #423A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A20 is #BDC5DF. Grayscale: #393939. Windows color (decimal): -12436960 or 2112066. OLE color: 2112066.

HSL color Cylindrical-coordinate representation of color #423A20: hue angle of 45.88º 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 #423A20 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 32 -
CMYK 0 0.12 0.52 0.74
HSL 45.88º 0.35% 0.19% -
HSV(B) 45.88º 0.52% 0.26% -
XYZ 4.02 4.29 1.98 -
YUV 57.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 66 58 32 0 0.12 0.52 0.74 45.88 0.35 0.19
Hex 42 3A 20 0 C 34 4A 2E 23 13
Octal 102 72 40 0 14 64 112 56 43 23
Binary 1000010 111010 100000 0 1100 110100 1001010 101110 100011 10011

Color Harmonies of #423A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A20

Black with #423A20

Text Example


Text Example

White with #423A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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