Html Css Color HEX #52420D Madras

📋 copy color: '#52420D'

red 82 ◦ green 66 ◦ blue 13

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

Shades of Madras #52420D

Tints of Madras #52420D

RGB

 RED value IS 82 (32.42% from 255) = 50.93%

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

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

R = 50.93%
G = 40.99%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52420D (or 0x52420D) is known color: Madras. HEX triplet: 52, 42 and 0D. RGB value is (82,66,13). Sum of RGB (Red+Green+Blue) = 82+66+13=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52420D is #ADBDF2. Grayscale: #404040. Windows color (decimal): -11386355 or 868946. OLE color: 868946.

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

Color convert

RGB 82 66 13 -
CMYK 0 0.20 0.84 0.68
HSL 46.09º 0.73% 0.19% -
HSV(B) 46.09º 0.84% 0.32% -
XYZ 5.5 5.72 1.19 -
YUV 64.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 82 66 13 0 0.20 0.84 0.68 46.09 0.73 0.19
Hex 52 42 D 0 14 54 44 2E 49 13
Octal 122 102 15 0 24 124 104 56 111 23
Binary 1010010 1000010 1101 0 10100 1010100 1000100 101110 1001001 10011

Color Harmonies of #52420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52420D

Black with #52420D

Text Example


Text Example

White with #52420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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