Html Css Color HEX #423A10 Madras

📋 copy color: '#423A10'

red 66 ◦ green 58 ◦ blue 16

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

Shades of Madras #423A10

Tints of Madras #423A10

RGB

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

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

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

R = 47.14%
G = 41.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#423A10 (or 0x423A10) is known color: Madras. HEX triplet: 42, 3A and 10. RGB value is (66,58,16). Sum of RGB (Red+Green+Blue) = 66+58+16=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A10 is #BDC5EF. Grayscale: #373737. Windows color (decimal): -12436976 or 1063490. OLE color: 1063490.

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

Color convert

RGB 66 58 16 -
CMYK 0 0.12 0.76 0.74
HSL 50.4º 0.61% 0.16% -
HSV(B) 50.4º 0.76% 0.26% -
XYZ 3.85 4.22 1.1 -
YUV 55.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 66 58 16 0 0.12 0.76 0.74 50.4 0.61 0.16
Hex 42 3A 10 0 C 4C 4A 32 3D 10
Octal 102 72 20 0 14 114 112 62 75 20
Binary 1000010 111010 10000 0 1100 1001100 1001010 110010 111101 10000

Color Harmonies of #423A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A10

Black with #423A10

Text Example


Text Example

White with #423A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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