Html Css Color HEX #423F11 Madras

📋 copy color: '#423F11'

red 66 ◦ green 63 ◦ blue 17

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

Shades of Madras #423F11

Tints of Madras #423F11

RGB

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

 GREEN value IS 63 (25% from 255) = 43.15%

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

R = 45.21%
G = 43.15%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#423F11 (or 0x423F11) is known color: Madras. HEX triplet: 42, 3F and 11. RGB value is (66,63,17). Sum of RGB (Red+Green+Blue) = 66+63+17=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F11 is #BDC0EE. Grayscale: #3A3A3A. Windows color (decimal): -12435695 or 1130306. OLE color: 1130306.

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

Color convert

RGB 66 63 17 -
CMYK 0 0.05 0.74 0.74
HSL 56.33º 0.59% 0.16% -
HSV(B) 56.33º 0.74% 0.26% -
XYZ 4.13 4.75 1.23 -
YUV 58.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 66 63 17 0 0.05 0.74 0.74 56.33 0.59 0.16
Hex 42 3F 11 0 5 4A 4A 38 3B 10
Octal 102 77 21 0 5 112 112 70 73 20
Binary 1000010 111111 10001 0 101 1001010 1001010 111000 111011 10000

Color Harmonies of #423F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F11

Black with #423F11

Text Example


Text Example

White with #423F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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