Html Css Color HEX #423A05 Madras

📋 copy color: '#423A05'

red 66 ◦ green 58 ◦ blue 5

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

Shades of Madras #423A05

Tints of Madras #423A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 51.16%
G = 44.96%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#423A05 (or 0x423A05) is known color: Madras. HEX triplet: 42, 3A and 05. RGB value is (66,58,5). Sum of RGB (Red+Green+Blue) = 66+58+5=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A05 is #BDC5FA. Grayscale: #363636. Windows color (decimal): -12436987 or 342594. OLE color: 342594.

HSL color Cylindrical-coordinate representation of color #423A05: hue angle of 52.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #423A05 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 5 -
CMYK 0 0.12 0.92 0.74
HSL 52.13º 0.86% 0.14% -
HSV(B) 52.13º 0.92% 0.26% -
XYZ 3.79 4.2 0.75 -
YUV 54.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 66 58 5 0 0.12 0.92 0.74 52.13 0.86 0.14
Hex 42 3A 5 0 C 5C 4A 34 56 E
Octal 102 72 5 0 14 134 112 64 126 16
Binary 1000010 111010 101 0 1100 1011100 1001010 110100 1010110 1110

Color Harmonies of #423A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A05

Black with #423A05

Text Example


Text Example

White with #423A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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