Html Css Color HEX #52410F Madras

📋 copy color: '#52410F'

red 82 ◦ green 65 ◦ blue 15

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

Shades of Madras #52410F

Tints of Madras #52410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 50.62%
G = 40.12%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52410F (or 0x52410F) is known color: Madras. HEX triplet: 52, 41 and 0F. RGB value is (82,65,15). Sum of RGB (Red+Green+Blue) = 82+65+15=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410F is #ADBEF0. Grayscale: #404040. Windows color (decimal): -11386609 or 999762. OLE color: 999762.

HSL color Cylindrical-coordinate representation of color #52410F: hue angle of 44.78º 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 #52410F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 15 -
CMYK 0 0.21 0.82 0.68
HSL 44.78º 0.69% 0.19% -
HSV(B) 44.78º 0.82% 0.32% -
XYZ 5.46 5.61 1.25 -
YUV 64.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 82 65 15 0 0.21 0.82 0.68 44.78 0.69 0.19
Hex 52 41 F 0 15 52 44 2D 45 13
Octal 122 101 17 0 25 122 104 55 105 23
Binary 1010010 1000001 1111 0 10101 1010010 1000100 101101 1000101 10011

Color Harmonies of #52410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52410F

Black with #52410F

Text Example


Text Example

White with #52410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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