Html Css Color HEX #42370C Madras

📋 copy color: '#42370C'

red 66 ◦ green 55 ◦ blue 12

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

Shades of Madras #42370C

Tints of Madras #42370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 49.62%
G = 41.35%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#42370C (or 0x42370C) is known color: Madras. HEX triplet: 42, 37 and 0C. RGB value is (66,55,12). Sum of RGB (Red+Green+Blue) = 66+55+12=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370C is #BDC8F3. Grayscale: #353535. Windows color (decimal): -12437748 or 800578. OLE color: 800578.

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

Color convert

RGB 66 55 12 -
CMYK 0 0.17 0.82 0.74
HSL 47.78º 0.69% 0.15% -
HSV(B) 47.78º 0.82% 0.26% -
XYZ 3.68 3.92 0.91 -
YUV 53.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 66 55 12 0 0.17 0.82 0.74 47.78 0.69 0.15
Hex 42 37 C 0 11 52 4A 30 45 F
Octal 102 67 14 0 21 122 112 60 105 17
Binary 1000010 110111 1100 0 10001 1010010 1001010 110000 1000101 1111

Color Harmonies of #42370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42370C

Black with #42370C

Text Example


Text Example

White with #42370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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