Html Css Color HEX #523F21 Deep Bronze

📋 copy color: '#523F21'

red 82 ◦ green 63 ◦ blue 33

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

Shades of Deep Bronze #523F21

Tints of Deep Bronze #523F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.54%

R = 46.07%
G = 35.39%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#523F21 (or 0x523F21) is known color: Deep Bronze. HEX triplet: 52, 3F and 21. RGB value is (82,63,33). Sum of RGB (Red+Green+Blue) = 82+63+33=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #523F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F21 is #ADC0DE. Grayscale: #414141. Windows color (decimal): -11387103 or 2178898. OLE color: 2178898.

HSL color Cylindrical-coordinate representation of color #523F21: hue angle of 36.73º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523F21 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 63 33 -
CMYK 0 0.23 0.60 0.68
HSL 36.73º 0.43% 0.23% -
HSV(B) 36.73º 0.6% 0.32% -
XYZ 5.53 5.46 2.2 -
YUV 65.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 82 63 33 0 0.23 0.60 0.68 36.73 0.43 0.23
Hex 52 3F 21 0 17 3C 44 25 2B 17
Octal 122 77 41 0 27 74 104 45 53 27
Binary 1010010 111111 100001 0 10111 111100 1000100 100101 101011 10111

Color Harmonies of #523F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F21

Black with #523F21

Text Example


Text Example

White with #523F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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