Html Css Color HEX #523F02 Madras

📋 copy color: '#523F02'

red 82 ◦ green 63 ◦ blue 2

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

Shades of Madras #523F02

Tints of Madras #523F02

RGB

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

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

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

R = 55.78%
G = 42.86%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#523F02 (or 0x523F02) is known color: Madras. HEX triplet: 52, 3F and 02. RGB value is (82,63,2). Sum of RGB (Red+Green+Blue) = 82+63+2=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #523F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F02 is #ADC0FD. Grayscale: #3D3D3D. Windows color (decimal): -11387134 or 147282. OLE color: 147282.

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

Color convert

RGB 82 63 2 -
CMYK 0 0.23 0.98 0.68
HSL 45.75º 0.95% 0.16% -
HSV(B) 45.75º 0.98% 0.32% -
XYZ 5.27 5.35 0.81 -
YUV 61.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 82 63 2 0 0.23 0.98 0.68 45.75 0.95 0.16
Hex 52 3F 2 0 17 62 44 2E 5F 10
Octal 122 77 2 0 27 142 104 56 137 20
Binary 1010010 111111 10 0 10111 1100010 1000100 101110 1011111 10000

Color Harmonies of #523F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F02

Black with #523F02

Text Example


Text Example

White with #523F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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