Html Css Color HEX #523F0F Madras

📋 copy color: '#523F0F'

red 82 ◦ green 63 ◦ blue 15

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

Shades of Madras #523F0F

Tints of Madras #523F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 39.38%

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

R = 51.25%
G = 39.38%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#523F0F (or 0x523F0F) is known color: Madras. HEX triplet: 52, 3F and 0F. RGB value is (82,63,15). Sum of RGB (Red+Green+Blue) = 82+63+15=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #523F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F0F is #ADC0F0. Grayscale: #3F3F3F. Windows color (decimal): -11387121 or 999250. OLE color: 999250.

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

Color convert

RGB 82 63 15 -
CMYK 0 0.23 0.82 0.68
HSL 42.99º 0.69% 0.19% -
HSV(B) 42.99º 0.82% 0.32% -
XYZ 5.34 5.38 1.21 -
YUV 63.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 82 63 15 0 0.23 0.82 0.68 42.99 0.69 0.19
Hex 52 3F F 0 17 52 44 2B 45 13
Octal 122 77 17 0 27 122 104 53 105 23
Binary 1010010 111111 1111 0 10111 1010010 1000100 101011 1000101 10011

Color Harmonies of #523F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F0F

Black with #523F0F

Text Example


Text Example

White with #523F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523F0F; }

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

 H1.HeaderClassName
 {
   color: #523F0F;
 }
 .AnyTagClassName
 {
   color: #523F0F;
 }
</style>

background-color css

<style>
 a { background-color: #523F0F; }

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

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

border-color css

<style>
 span { border-color: #523F0F; }

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

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