Html Css Color HEX #42380E Madras

📋 copy color: '#42380E'

red 66 ◦ green 56 ◦ blue 14

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

Shades of Madras #42380E

Tints of Madras #42380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

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

R = 48.53%
G = 41.18%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42380E (or 0x42380E) is known color: Madras. HEX triplet: 42, 38 and 0E. RGB value is (66,56,14). Sum of RGB (Red+Green+Blue) = 66+56+14=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42380E is #BDC7F1. Grayscale: #363636. Windows color (decimal): -12437490 or 931906. OLE color: 931906.

HSL color Cylindrical-coordinate representation of color #42380E: hue angle of 48.46º 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 #42380E is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 14 -
CMYK 0 0.15 0.79 0.74
HSL 48.46º 0.65% 0.16% -
HSV(B) 48.46º 0.79% 0.26% -
XYZ 3.74 4.02 0.99 -
YUV 54.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 66 56 14 0 0.15 0.79 0.74 48.46 0.65 0.16
Hex 42 38 E 0 F 4F 4A 30 41 10
Octal 102 70 16 0 17 117 112 60 101 20
Binary 1000010 111000 1110 0 1111 1001111 1001010 110000 1000001 10000

Color Harmonies of #42380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42380E

Black with #42380E

Text Example


Text Example

White with #42380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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