Html Css Color HEX #42370D Madras

📋 copy color: '#42370D'

red 66 ◦ green 55 ◦ blue 13

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

Shades of Madras #42370D

Tints of Madras #42370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 49.25%
G = 41.04%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42370D (or 0x42370D) is known color: Madras. HEX triplet: 42, 37 and 0D. RGB value is (66,55,13). Sum of RGB (Red+Green+Blue) = 66+55+13=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370D is #BDC8F2. Grayscale: #353535. Windows color (decimal): -12437747 or 866114. OLE color: 866114.

HSL color Cylindrical-coordinate representation of color #42370D: hue angle of 47.55º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42370D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 13 -
CMYK 0 0.17 0.80 0.74
HSL 47.55º 0.67% 0.15% -
HSV(B) 47.55º 0.8% 0.26% -
XYZ 3.69 3.92 0.94 -
YUV 53.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 66 55 13 0 0.17 0.80 0.74 47.55 0.67 0.15
Hex 42 37 D 0 11 50 4A 30 43 F
Octal 102 67 15 0 21 120 112 60 103 17
Binary 1000010 110111 1101 0 10001 1010000 1001010 110000 1000011 1111

Color Harmonies of #42370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42370D

Black with #42370D

Text Example


Text Example

White with #42370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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