Html Css Color HEX #423604 Madras

📋 copy color: '#423604'

red 66 ◦ green 54 ◦ blue 4

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

Shades of Madras #423604

Tints of Madras #423604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 53.23%
G = 43.55%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#423604 (or 0x423604) is known color: Madras. HEX triplet: 42, 36 and 04. RGB value is (66,54,4). Sum of RGB (Red+Green+Blue) = 66+54+4=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #423604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423604 is #BDC9FB. Grayscale: #343434. Windows color (decimal): -12438012 or 276034. OLE color: 276034.

HSL color Cylindrical-coordinate representation of color #423604: hue angle of 48.39º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #423604 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 54 4 -
CMYK 0 0.18 0.94 0.74
HSL 48.39º 0.89% 0.14% -
HSV(B) 48.39º 0.94% 0.26% -
XYZ 3.59 3.81 0.66 -
YUV 51.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 66 54 4 0 0.18 0.94 0.74 48.39 0.89 0.14
Hex 42 36 4 0 12 5E 4A 30 59 E
Octal 102 66 4 0 22 136 112 60 131 16
Binary 1000010 110110 100 0 10010 1011110 1001010 110000 1011001 1110

Color Harmonies of #423604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423604

Black with #423604

Text Example


Text Example

White with #423604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423604; }

 p { color: rgb(66,54,4); }

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

background-color css

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

 a { background-color: rgb(66,54,4); }

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

border-color css

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

 span { border-color: rgb(66,54,4); }

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