Html Css Color HEX #42370F Madras

📋 copy color: '#42370F'

red 66 ◦ green 55 ◦ blue 15

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

Shades of Madras #42370F

Tints of Madras #42370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

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

R = 48.53%
G = 40.44%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42370F (or 0x42370F) is known color: Madras. HEX triplet: 42, 37 and 0F. RGB value is (66,55,15). Sum of RGB (Red+Green+Blue) = 66+55+15=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370F is #BDC8F0. Grayscale: #353535. Windows color (decimal): -12437745 or 997186. OLE color: 997186.

HSL color Cylindrical-coordinate representation of color #42370F: hue angle of 47.06º 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 #42370F is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 15 -
CMYK 0 0.17 0.77 0.74
HSL 47.06º 0.63% 0.16% -
HSV(B) 47.06º 0.77% 0.26% -
XYZ 3.7 3.93 1.01 -
YUV 53.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 66 55 15 0 0.17 0.77 0.74 47.06 0.63 0.16
Hex 42 37 F 0 11 4D 4A 2F 3F 10
Octal 102 67 17 0 21 115 112 57 77 20
Binary 1000010 110111 1111 0 10001 1001101 1001010 101111 111111 10000

Color Harmonies of #42370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42370F

Black with #42370F

Text Example


Text Example

White with #42370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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