Html Css Color HEX #423A11 Madras

📋 copy color: '#423A11'

red 66 ◦ green 58 ◦ blue 17

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

Shades of Madras #423A11

Tints of Madras #423A11

RGB

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

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

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

R = 46.81%
G = 41.13%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#423A11 (or 0x423A11) is known color: Madras. HEX triplet: 42, 3A and 11. RGB value is (66,58,17). Sum of RGB (Red+Green+Blue) = 66+58+17=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #423A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A11 is #BDC5EE. Grayscale: #373737. Windows color (decimal): -12436975 or 1129026. OLE color: 1129026.

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

Color convert

RGB 66 58 17 -
CMYK 0 0.12 0.74 0.74
HSL 50.2º 0.59% 0.16% -
HSV(B) 50.2º 0.74% 0.26% -
XYZ 3.86 4.22 1.14 -
YUV 55.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 66 58 17 0 0.12 0.74 0.74 50.2 0.59 0.16
Hex 42 3A 11 0 C 4A 4A 32 3B 10
Octal 102 72 21 0 14 112 112 62 73 20
Binary 1000010 111010 10001 0 1100 1001010 1001010 110010 111011 10000

Color Harmonies of #423A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A11

Black with #423A11

Text Example


Text Example

White with #423A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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