Html Css Color HEX #523D07 Madras

📋 copy color: '#523D07'

red 82 ◦ green 61 ◦ blue 7

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

Shades of Madras #523D07

Tints of Madras #523D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 54.67%
G = 40.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#523D07 (or 0x523D07) is known color: Madras. HEX triplet: 52, 3D and 07. RGB value is (82,61,7). Sum of RGB (Red+Green+Blue) = 82+61+7=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #523D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D07 is #ADC2F8. Grayscale: #3D3D3D. Windows color (decimal): -11387641 or 474450. OLE color: 474450.

HSL color Cylindrical-coordinate representation of color #523D07: hue angle of 43.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #523D07 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 61 7 -
CMYK 0 0.26 0.91 0.68
HSL 43.2º 0.84% 0.17% -
HSV(B) 43.2º 0.91% 0.32% -
XYZ 5.19 5.15 0.92 -
YUV 61.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 82 61 7 0 0.26 0.91 0.68 43.2 0.84 0.17
Hex 52 3D 7 0 1A 5B 44 2B 54 11
Octal 122 75 7 0 32 133 104 53 124 21
Binary 1010010 111101 111 0 11010 1011011 1000100 101011 1010100 10001

Color Harmonies of #523D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D07

Black with #523D07

Text Example


Text Example

White with #523D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,7); }

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

background-color css

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

 a { background-color: rgb(82,61,7); }

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

border-color css

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

 span { border-color: rgb(82,61,7); }

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