Html Css Color HEX #42391D Madras

📋 copy color: '#42391D'

red 66 ◦ green 57 ◦ blue 29

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

Shades of Madras #42391D

Tints of Madras #42391D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.5%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 43.42%
G = 37.5%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42391D (or 0x42391D) is known color: Madras. HEX triplet: 42, 39 and 1D. RGB value is (66,57,29). Sum of RGB (Red+Green+Blue) = 66+57+29=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391D is #BDC6E2. Grayscale: #383838. Windows color (decimal): -12437219 or 1915202. OLE color: 1915202.

HSL color Cylindrical-coordinate representation of color #42391D: hue angle of 45.41º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42391D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 29 -
CMYK 0 0.14 0.56 0.74
HSL 45.41º 0.39% 0.19% -
HSV(B) 45.41º 0.56% 0.26% -
XYZ 3.93 4.17 1.76 -
YUV 56.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 66 57 29 0 0.14 0.56 0.74 45.41 0.39 0.19
Hex 42 39 1D 0 E 38 4A 2D 27 13
Octal 102 71 35 0 16 70 112 55 47 23
Binary 1000010 111001 11101 0 1110 111000 1001010 101101 100111 10011

Color Harmonies of #42391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42391D

Black with #42391D

Text Example


Text Example

White with #42391D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42391D; }

 p { color: rgb(66,57,29); }

 H1.HeaderClassName
 {
   color: #42391D;
 }
 .AnyTagClassName
 {
   color: #42391D;
 }
</style>

background-color css

<style>
 a { background-color: #42391D; }

 a { background-color: rgb(66,57,29); }

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

border-color css

<style>
 span { border-color: #42391D; }

 span { border-color: rgb(66,57,29); }

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