Html Css Color HEX #53420D Madras

📋 copy color: '#53420D'

red 83 ◦ green 66 ◦ blue 13

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

Shades of Madras #53420D

Tints of Madras #53420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 51.23%
G = 40.74%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53420D (or 0x53420D) is known color: Madras. HEX triplet: 53, 42 and 0D. RGB value is (83,66,13). Sum of RGB (Red+Green+Blue) = 83+66+13=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53420D is #ACBDF2. Grayscale: #414141. Windows color (decimal): -11320819 or 868947. OLE color: 868947.

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

Color convert

RGB 83 66 13 -
CMYK 0 0.20 0.84 0.67
HSL 45.43º 0.73% 0.19% -
HSV(B) 45.43º 0.84% 0.33% -
XYZ 5.59 5.76 1.2 -
YUV 65.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 83 66 13 0 0.20 0.84 0.67 45.43 0.73 0.19
Hex 53 42 D 0 14 54 43 2D 49 13
Octal 123 102 15 0 24 124 103 55 111 23
Binary 1010011 1000010 1101 0 10100 1010100 1000011 101101 1001001 10011

Color Harmonies of #53420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53420D

Black with #53420D

Text Example


Text Example

White with #53420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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