Html Css Color HEX #423C1F Madras

📋 copy color: '#423C1F'

red 66 ◦ green 60 ◦ blue 31

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

Shades of Madras #423C1F

Tints of Madras #423C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 42.04%
G = 38.22%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#423C1F (or 0x423C1F) is known color: Madras. HEX triplet: 42, 3C and 1F. RGB value is (66,60,31). Sum of RGB (Red+Green+Blue) = 66+60+31=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C1F is #BDC3E0. Grayscale: #3A3A3A. Windows color (decimal): -12436449 or 2047042. OLE color: 2047042.

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

Color convert

RGB 66 60 31 -
CMYK 0 0.09 0.53 0.74
HSL 49.71º 0.36% 0.19% -
HSV(B) 49.71º 0.53% 0.26% -
XYZ 4.11 4.49 1.95 -
YUV 58.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 66 60 31 0 0.09 0.53 0.74 49.71 0.36 0.19
Hex 42 3C 1F 0 9 35 4A 32 24 13
Octal 102 74 37 0 11 65 112 62 44 23
Binary 1000010 111100 11111 0 1001 110101 1001010 110010 100100 10011

Color Harmonies of #423C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C1F

Black with #423C1F

Text Example


Text Example

White with #423C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,60,31); }

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

background-color css

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

 a { background-color: rgb(66,60,31); }

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

border-color css

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

 span { border-color: rgb(66,60,31); }

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