Html Css Color HEX #42390C Madras

📋 copy color: '#42390C'

red 66 ◦ green 57 ◦ blue 12

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

Shades of Madras #42390C

Tints of Madras #42390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.22%

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

R = 48.89%
G = 42.22%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#42390C (or 0x42390C) is known color: Madras. HEX triplet: 42, 39 and 0C. RGB value is (66,57,12). Sum of RGB (Red+Green+Blue) = 66+57+12=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42390C is #BDC6F3. Grayscale: #363636. Windows color (decimal): -12437236 or 801090. OLE color: 801090.

HSL color Cylindrical-coordinate representation of color #42390C: hue angle of 50º 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 #42390C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 12 -
CMYK 0 0.14 0.82 0.74
HSL 50º 0.69% 0.15% -
HSV(B) 50º 0.82% 0.26% -
XYZ 3.78 4.11 0.94 -
YUV 54.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 66 57 12 0 0.14 0.82 0.74 50 0.69 0.15
Hex 42 39 C 0 E 52 4A 32 45 F
Octal 102 71 14 0 16 122 112 62 105 17
Binary 1000010 111001 1100 0 1110 1010010 1001010 110010 1000101 1111

Color Harmonies of #42390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42390C

Black with #42390C

Text Example


Text Example

White with #42390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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