Html Css Color HEX #53420E Madras

📋 copy color: '#53420E'

red 83 ◦ green 66 ◦ blue 14

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

Shades of Madras #53420E

Tints of Madras #53420E

RGB

 RED value IS 83 (32.81% from 255) = 50.92%

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 50.92%
G = 40.49%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53420E (or 0x53420E) is known color: Madras. HEX triplet: 53, 42 and 0E. RGB value is (83,66,14). Sum of RGB (Red+Green+Blue) = 83+66+14=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53420E is #ACBDF1. Grayscale: #414141. Windows color (decimal): -11320818 or 934483. OLE color: 934483.

HSL color Cylindrical-coordinate representation of color #53420E: hue angle of 45.22º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53420E is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 14 -
CMYK 0 0.20 0.83 0.67
HSL 45.22º 0.71% 0.19% -
HSV(B) 45.22º 0.83% 0.33% -
XYZ 5.59 5.77 1.23 -
YUV 65.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 83 66 14 0 0.20 0.83 0.67 45.22 0.71 0.19
Hex 53 42 E 0 14 53 43 2D 47 13
Octal 123 102 16 0 24 123 103 55 107 23
Binary 1010011 1000010 1110 0 10100 1010011 1000011 101101 1000111 10011

Color Harmonies of #53420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53420E

Black with #53420E

Text Example


Text Example

White with #53420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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