Html Css Color HEX #423A08 Madras

📋 copy color: '#423A08'

red 66 ◦ green 58 ◦ blue 8

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

Shades of Madras #423A08

Tints of Madras #423A08

RGB

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

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

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

R = 50%
G = 43.94%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#423A08 (or 0x423A08) is known color: Madras. HEX triplet: 42, 3A and 08. RGB value is (66,58,8). Sum of RGB (Red+Green+Blue) = 66+58+8=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #423A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A08 is #BDC5F7. Grayscale: #363636. Windows color (decimal): -12436984 or 539202. OLE color: 539202.

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

Color convert

RGB 66 58 8 -
CMYK 0 0.12 0.88 0.74
HSL 51.72º 0.78% 0.15% -
HSV(B) 51.72º 0.88% 0.26% -
XYZ 3.8 4.2 0.84 -
YUV 54.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 66 58 8 0 0.12 0.88 0.74 51.72 0.78 0.15
Hex 42 3A 8 0 C 58 4A 34 4E F
Octal 102 72 10 0 14 130 112 64 116 17
Binary 1000010 111010 1000 0 1100 1011000 1001010 110100 1001110 1111

Color Harmonies of #423A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A08

Black with #423A08

Text Example


Text Example

White with #423A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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