Html Css Color HEX #52420F Madras

📋 copy color: '#52420F'

red 82 ◦ green 66 ◦ blue 15

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

Shades of Madras #52420F

Tints of Madras #52420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 50.31%
G = 40.49%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52420F (or 0x52420F) is known color: Madras. HEX triplet: 52, 42 and 0F. RGB value is (82,66,15). Sum of RGB (Red+Green+Blue) = 82+66+15=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52420F is #ADBDF0. Grayscale: #414141. Windows color (decimal): -11386353 or 1000018. OLE color: 1000018.

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

Color convert

RGB 82 66 15 -
CMYK 0 0.20 0.82 0.68
HSL 45.67º 0.69% 0.19% -
HSV(B) 45.67º 0.82% 0.32% -
XYZ 5.51 5.72 1.27 -
YUV 64.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 82 66 15 0 0.20 0.82 0.68 45.67 0.69 0.19
Hex 52 42 F 0 14 52 44 2E 45 13
Octal 122 102 17 0 24 122 104 56 105 23
Binary 1010010 1000010 1111 0 10100 1010010 1000100 101110 1000101 10011

Color Harmonies of #52420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52420F

Black with #52420F

Text Example


Text Example

White with #52420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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