Html Css Color HEX #423808 Madras

📋 copy color: '#423808'

red 66 ◦ green 56 ◦ blue 8

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

Shades of Madras #423808

Tints of Madras #423808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 50.77%
G = 43.08%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#423808 (or 0x423808) is known color: Madras. HEX triplet: 42, 38 and 08. RGB value is (66,56,8). Sum of RGB (Red+Green+Blue) = 66+56+8=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #423808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423808 is #BDC7F7. Grayscale: #353535. Windows color (decimal): -12437496 or 538690. OLE color: 538690.

HSL color Cylindrical-coordinate representation of color #423808: hue angle of 49.66º 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 #423808 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 8 -
CMYK 0 0.15 0.88 0.74
HSL 49.66º 0.78% 0.15% -
HSV(B) 49.66º 0.88% 0.26% -
XYZ 3.7 4 0.81 -
YUV 53.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 66 56 8 0 0.15 0.88 0.74 49.66 0.78 0.15
Hex 42 38 8 0 F 58 4A 32 4E F
Octal 102 70 10 0 17 130 112 62 116 17
Binary 1000010 111000 1000 0 1111 1011000 1001010 110010 1001110 1111

Color Harmonies of #423808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423808

Black with #423808

Text Example


Text Example

White with #423808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423808; }

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

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

background-color css

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

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

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

border-color css

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

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

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