Html Css Color HEX #42400F Madras

📋 copy color: '#42400F'

red 66 ◦ green 64 ◦ blue 15

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

Shades of Madras #42400F

Tints of Madras #42400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 45.52%
G = 44.14%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42400F (or 0x42400F) is known color: Madras. HEX triplet: 42, 40 and 0F. RGB value is (66,64,15). Sum of RGB (Red+Green+Blue) = 66+64+15=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42400F is #BDBFF0. Grayscale: #3B3B3B. Windows color (decimal): -12435441 or 999490. OLE color: 999490.

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

Color convert

RGB 66 64 15 -
CMYK 0 0.03 0.77 0.74
HSL 57.65º 0.63% 0.16% -
HSV(B) 57.65º 0.77% 0.26% -
XYZ 4.17 4.86 1.17 -
YUV 59.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 66 64 15 0 0.03 0.77 0.74 57.65 0.63 0.16
Hex 42 40 F 0 3 4D 4A 3A 3F 10
Octal 102 100 17 0 3 115 112 72 77 20
Binary 1000010 1000000 1111 0 11 1001101 1001010 111010 111111 10000

Color Harmonies of #42400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42400F

Black with #42400F

Text Example


Text Example

White with #42400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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