Html Css Color HEX #423F08 Madras

📋 copy color: '#423F08'

red 66 ◦ green 63 ◦ blue 8

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

Shades of Madras #423F08

Tints of Madras #423F08

RGB

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

 GREEN value IS 63 (25% from 255) = 45.99%

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

R = 48.18%
G = 45.99%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#423F08 (or 0x423F08) is known color: Madras. HEX triplet: 42, 3F and 08. RGB value is (66,63,8). Sum of RGB (Red+Green+Blue) = 66+63+8=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F08 is #BDC0F7. Grayscale: #393939. Windows color (decimal): -12435704 or 540482. OLE color: 540482.

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

Color convert

RGB 66 63 8 -
CMYK 0 0.05 0.88 0.74
HSL 56.9º 0.78% 0.15% -
HSV(B) 56.9º 0.88% 0.26% -
XYZ 4.07 4.73 0.93 -
YUV 57.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 66 63 8 0 0.05 0.88 0.74 56.9 0.78 0.15
Hex 42 3F 8 0 5 58 4A 39 4E F
Octal 102 77 10 0 5 130 112 71 116 17
Binary 1000010 111111 1000 0 101 1011000 1001010 111001 1001110 1111

Color Harmonies of #423F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F08

Black with #423F08

Text Example


Text Example

White with #423F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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