Html Css Color HEX #423608 Madras

📋 copy color: '#423608'

red 66 ◦ green 54 ◦ blue 8

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

Shades of Madras #423608

Tints of Madras #423608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 51.56%
G = 42.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#423608 (or 0x423608) is known color: Madras. HEX triplet: 42, 36 and 08. RGB value is (66,54,8). Sum of RGB (Red+Green+Blue) = 66+54+8=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #423608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423608 is #BDC9F7. Grayscale: #343434. Windows color (decimal): -12438008 or 538178. OLE color: 538178.

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

Color convert

RGB 66 54 8 -
CMYK 0 0.18 0.88 0.74
HSL 47.59º 0.78% 0.15% -
HSV(B) 47.59º 0.88% 0.26% -
XYZ 3.61 3.81 0.78 -
YUV 52.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 66 54 8 0 0.18 0.88 0.74 47.59 0.78 0.15
Hex 42 36 8 0 12 58 4A 30 4E F
Octal 102 66 10 0 22 130 112 60 116 17
Binary 1000010 110110 1000 0 10010 1011000 1001010 110000 1001110 1111

Color Harmonies of #423608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423608

Black with #423608

Text Example


Text Example

White with #423608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423608; }

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

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

background-color css

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

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

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

border-color css

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

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

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