Html Css Color HEX #423C11 Madras

📋 copy color: '#423C11'

red 66 ◦ green 60 ◦ blue 17

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

Shades of Madras #423C11

Tints of Madras #423C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.96%

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 46.15%
G = 41.96%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#423C11 (or 0x423C11) is known color: Madras. HEX triplet: 42, 3C and 11. RGB value is (66,60,17). Sum of RGB (Red+Green+Blue) = 66+60+17=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C11 is #BDC3EE. Grayscale: #393939. Windows color (decimal): -12436463 or 1129538. OLE color: 1129538.

HSL color Cylindrical-coordinate representation of color #423C11: hue angle of 52.65º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423C11 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 60 17 -
CMYK 0 0.09 0.74 0.74
HSL 52.65º 0.59% 0.16% -
HSV(B) 52.65º 0.74% 0.26% -
XYZ 3.96 4.43 1.18 -
YUV 56.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 66 60 17 0 0.09 0.74 0.74 52.65 0.59 0.16
Hex 42 3C 11 0 9 4A 4A 35 3B 10
Octal 102 74 21 0 11 112 112 65 73 20
Binary 1000010 111100 10001 0 1001 1001010 1001010 110101 111011 10000

Color Harmonies of #423C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C11

Black with #423C11

Text Example


Text Example

White with #423C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,60,17); }

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

background-color css

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

 a { background-color: rgb(66,60,17); }

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

border-color css

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

 span { border-color: rgb(66,60,17); }

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