Html Css Color HEX #423C10 Madras

📋 copy color: '#423C10'

red 66 ◦ green 60 ◦ blue 16

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

Shades of Madras #423C10

Tints of Madras #423C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 46.48%
G = 42.25%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#423C10 (or 0x423C10) is known color: Madras. HEX triplet: 42, 3C and 10. RGB value is (66,60,16). Sum of RGB (Red+Green+Blue) = 66+60+16=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #423C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C10 is #BDC3EF. Grayscale: #383838. Windows color (decimal): -12436464 or 1064002. OLE color: 1064002.

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

Color convert

RGB 66 60 16 -
CMYK 0 0.09 0.76 0.74
HSL 52.8º 0.61% 0.16% -
HSV(B) 52.8º 0.76% 0.26% -
XYZ 3.96 4.43 1.14 -
YUV 56.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 66 60 16 0 0.09 0.76 0.74 52.8 0.61 0.16
Hex 42 3C 10 0 9 4C 4A 35 3D 10
Octal 102 74 20 0 11 114 112 65 75 20
Binary 1000010 111100 10000 0 1001 1001100 1001010 110101 111101 10000

Color Harmonies of #423C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C10

Black with #423C10

Text Example


Text Example

White with #423C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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