Html Css Color HEX #52400E Madras

📋 copy color: '#52400E'

red 82 ◦ green 64 ◦ blue 14

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

Shades of Madras #52400E

Tints of Madras #52400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

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

R = 51.25%
G = 40%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52400E (or 0x52400E) is known color: Madras. HEX triplet: 52, 40 and 0E. RGB value is (82,64,14). Sum of RGB (Red+Green+Blue) = 82+64+14=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52400E is #ADBFF1. Grayscale: #3F3F3F. Windows color (decimal): -11386866 or 933970. OLE color: 933970.

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

Color convert

RGB 82 64 14 -
CMYK 0 0.22 0.83 0.68
HSL 44.12º 0.71% 0.19% -
HSV(B) 44.12º 0.83% 0.32% -
XYZ 5.39 5.49 1.19 -
YUV 63.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 82 64 14 0 0.22 0.83 0.68 44.12 0.71 0.19
Hex 52 40 E 0 16 53 44 2C 47 13
Octal 122 100 16 0 26 123 104 54 107 23
Binary 1010010 1000000 1110 0 10110 1010011 1000100 101100 1000111 10011

Color Harmonies of #52400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52400E

Black with #52400E

Text Example


Text Example

White with #52400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,64,14); }

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

background-color css

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

 a { background-color: rgb(82,64,14); }

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

border-color css

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

 span { border-color: rgb(82,64,14); }

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