Html Css Color HEX #423D09 Madras

📋 copy color: '#423D09'

red 66 ◦ green 61 ◦ blue 9

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

Shades of Madras #423D09

Tints of Madras #423D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.85%

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 48.53%
G = 44.85%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#423D09 (or 0x423D09) is known color: Madras. HEX triplet: 42, 3D and 09. RGB value is (66,61,9). Sum of RGB (Red+Green+Blue) = 66+61+9=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #423D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D09 is #BDC2F6. Grayscale: #383838. Windows color (decimal): -12436215 or 605506. OLE color: 605506.

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

Color convert

RGB 66 61 9 -
CMYK 0 0.08 0.86 0.74
HSL 54.74º 0.76% 0.15% -
HSV(B) 54.74º 0.86% 0.26% -
XYZ 3.96 4.52 0.92 -
YUV 56.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 66 61 9 0 0.08 0.86 0.74 54.74 0.76 0.15
Hex 42 3D 9 0 8 56 4A 37 4C F
Octal 102 75 11 0 10 126 112 67 114 17
Binary 1000010 111101 1001 0 1000 1010110 1001010 110111 1001100 1111

Color Harmonies of #423D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D09

Black with #423D09

Text Example


Text Example

White with #423D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,61,9); }

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

background-color css

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

 a { background-color: rgb(66,61,9); }

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

border-color css

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

 span { border-color: rgb(66,61,9); }

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