Html Css Color HEX #42370E Madras

📋 copy color: '#42370E'

red 66 ◦ green 55 ◦ blue 14

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

Shades of Madras #42370E

Tints of Madras #42370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 48.89%
G = 40.74%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42370E (or 0x42370E) is known color: Madras. HEX triplet: 42, 37 and 0E. RGB value is (66,55,14). Sum of RGB (Red+Green+Blue) = 66+55+14=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370E is #BDC8F1. Grayscale: #353535. Windows color (decimal): -12437746 or 931650. OLE color: 931650.

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

Color convert

RGB 66 55 14 -
CMYK 0 0.17 0.79 0.74
HSL 47.31º 0.65% 0.16% -
HSV(B) 47.31º 0.79% 0.26% -
XYZ 3.69 3.92 0.98 -
YUV 53.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 66 55 14 0 0.17 0.79 0.74 47.31 0.65 0.16
Hex 42 37 E 0 11 4F 4A 2F 41 10
Octal 102 67 16 0 21 117 112 57 101 20
Binary 1000010 110111 1110 0 10001 1001111 1001010 101111 1000001 10000

Color Harmonies of #42370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42370E

Black with #42370E

Text Example


Text Example

White with #42370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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