Html Css Color HEX #423E1E Madras

📋 copy color: '#423E1E'

red 66 ◦ green 62 ◦ blue 30

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

Shades of Madras #423E1E

Tints of Madras #423E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 41.77%
G = 39.24%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#423E1E (or 0x423E1E) is known color: Madras. HEX triplet: 42, 3E and 1E. RGB value is (66,62,30). Sum of RGB (Red+Green+Blue) = 66+62+30=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E1E is #BDC1E1. Grayscale: #3B3B3B. Windows color (decimal): -12435938 or 1982018. OLE color: 1982018.

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

Color convert

RGB 66 62 30 -
CMYK 0 0.06 0.55 0.74
HSL 53.33º 0.38% 0.19% -
HSV(B) 53.33º 0.55% 0.26% -
XYZ 4.2 4.7 1.91 -
YUV 59.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 66 62 30 0 0.06 0.55 0.74 53.33 0.38 0.19
Hex 42 3E 1E 0 6 37 4A 35 26 13
Octal 102 76 36 0 6 67 112 65 46 23
Binary 1000010 111110 11110 0 110 110111 1001010 110101 100110 10011

Color Harmonies of #423E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E1E

Black with #423E1E

Text Example


Text Example

White with #423E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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