Html Css Color HEX #42391A Madras

📋 copy color: '#42391A'

red 66 ◦ green 57 ◦ blue 26

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

Shades of Madras #42391A

Tints of Madras #42391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 44.3%
G = 38.26%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#42391A (or 0x42391A) is known color: Madras. HEX triplet: 42, 39 and 1A. RGB value is (66,57,26). Sum of RGB (Red+Green+Blue) = 66+57+26=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391A is #BDC6E5. Grayscale: #383838. Windows color (decimal): -12437222 or 1718594. OLE color: 1718594.

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

Color convert

RGB 66 57 26 -
CMYK 0 0.14 0.61 0.74
HSL 46.5º 0.43% 0.18% -
HSV(B) 46.5º 0.61% 0.26% -
XYZ 3.9 4.16 1.57 -
YUV 56.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 66 57 26 0 0.14 0.61 0.74 46.5 0.43 0.18
Hex 42 39 1A 0 E 3D 4A 2E 2B 12
Octal 102 71 32 0 16 75 112 56 53 22
Binary 1000010 111001 11010 0 1110 111101 1001010 101110 101011 10010

Color Harmonies of #42391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42391A

Black with #42391A

Text Example


Text Example

White with #42391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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