Html Css Color HEX #523E02 Madras

📋 copy color: '#523E02'

red 82 ◦ green 62 ◦ blue 2

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

Shades of Madras #523E02

Tints of Madras #523E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 42.47%

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 56.16%
G = 42.47%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#523E02 (or 0x523E02) is known color: Madras. HEX triplet: 52, 3E and 02. RGB value is (82,62,2). Sum of RGB (Red+Green+Blue) = 82+62+2=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #523E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E02 is #ADC1FD. Grayscale: #3D3D3D. Windows color (decimal): -11387390 or 147026. OLE color: 147026.

HSL color Cylindrical-coordinate representation of color #523E02: hue angle of 45º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #523E02 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 62 2 -
CMYK 0 0.24 0.98 0.68
HSL 45º 0.95% 0.16% -
HSV(B) 45º 0.98% 0.32% -
XYZ 5.21 5.24 0.79 -
YUV 61.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 82 62 2 0 0.24 0.98 0.68 45 0.95 0.16
Hex 52 3E 2 0 18 62 44 2D 5F 10
Octal 122 76 2 0 30 142 104 55 137 20
Binary 1010010 111110 10 0 11000 1100010 1000100 101101 1011111 10000

Color Harmonies of #523E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E02

Black with #523E02

Text Example


Text Example

White with #523E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,2); }

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

background-color css

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

 a { background-color: rgb(82,62,2); }

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

border-color css

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

 span { border-color: rgb(82,62,2); }

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