Html Css Color HEX #423E12 Madras

📋 copy color: '#423E12'

red 66 ◦ green 62 ◦ blue 18

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

Shades of Madras #423E12

Tints of Madras #423E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.47%

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 45.21%
G = 42.47%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#423E12 (or 0x423E12) is known color: Madras. HEX triplet: 42, 3E and 12. RGB value is (66,62,18). Sum of RGB (Red+Green+Blue) = 66+62+18=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423E12 is #BDC1ED. Grayscale: #3A3A3A. Windows color (decimal): -12435950 or 1195586. OLE color: 1195586.

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

Color convert

RGB 66 62 18 -
CMYK 0 0.06 0.73 0.74
HSL 55º 0.57% 0.16% -
HSV(B) 55º 0.73% 0.26% -
XYZ 4.08 4.65 1.25 -
YUV 58.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 66 62 18 0 0.06 0.73 0.74 55 0.57 0.16
Hex 42 3E 12 0 6 49 4A 37 39 10
Octal 102 76 22 0 6 111 112 67 71 20
Binary 1000010 111110 10010 0 110 1001001 1001010 110111 111001 10000

Color Harmonies of #423E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E12

Black with #423E12

Text Example


Text Example

White with #423E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,62,18); }

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

background-color css

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

 a { background-color: rgb(66,62,18); }

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

border-color css

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

 span { border-color: rgb(66,62,18); }

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