Html Css Color HEX #42400B Madras

📋 copy color: '#42400B'

red 66 ◦ green 64 ◦ blue 11

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

Shades of Madras #42400B

Tints of Madras #42400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

 BLUE value IS 11 (4.69% from 255) = 7.8%

R = 46.81%
G = 45.39%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42400B (or 0x42400B) is known color: Madras. HEX triplet: 42, 40 and 0B. RGB value is (66,64,11). Sum of RGB (Red+Green+Blue) = 66+64+11=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42400B is #BDBFF4. Grayscale: #3A3A3A. Windows color (decimal): -12435445 or 737346. OLE color: 737346.

HSL color Cylindrical-coordinate representation of color #42400B: hue angle of 57.82º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42400B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 11 -
CMYK 0 0.03 0.83 0.74
HSL 57.82º 0.71% 0.15% -
HSV(B) 57.82º 0.83% 0.26% -
XYZ 4.14 4.85 1.03 -
YUV 58.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 66 64 11 0 0.03 0.83 0.74 57.82 0.71 0.15
Hex 42 40 B 0 3 53 4A 3A 47 F
Octal 102 100 13 0 3 123 112 72 107 17
Binary 1000010 1000000 1011 0 11 1010011 1001010 111010 1000111 1111

Color Harmonies of #42400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42400B

Black with #42400B

Text Example


Text Example

White with #42400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42400B; }

 p { color: rgb(66,64,11); }

 H1.HeaderClassName
 {
   color: #42400B;
 }
 .AnyTagClassName
 {
   color: #42400B;
 }
</style>

background-color css

<style>
 a { background-color: #42400B; }

 a { background-color: rgb(66,64,11); }

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

border-color css

<style>
 span { border-color: #42400B; }

 span { border-color: rgb(66,64,11); }

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