Html Css Color HEX #523C21 Deep Bronze

📋 copy color: '#523C21'

red 82 ◦ green 60 ◦ blue 33

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

Shades of Deep Bronze #523C21

Tints of Deep Bronze #523C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 46.86%
G = 34.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#523C21 (or 0x523C21) is known color: Deep Bronze. HEX triplet: 52, 3C and 21. RGB value is (82,60,33). Sum of RGB (Red+Green+Blue) = 82+60+33=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #523C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C21 is #ADC3DE. Grayscale: #3F3F3F. Windows color (decimal): -11387871 or 2178130. OLE color: 2178130.

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

Color convert

RGB 82 60 33 -
CMYK 0 0.27 0.60 0.68
HSL 33.06º 0.43% 0.23% -
HSV(B) 33.06º 0.6% 0.32% -
XYZ 5.37 5.14 2.15 -
YUV 63.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 82 60 33 0 0.27 0.60 0.68 33.06 0.43 0.23
Hex 52 3C 21 0 1B 3C 44 21 2B 17
Octal 122 74 41 0 33 74 104 41 53 27
Binary 1010010 111100 100001 0 11011 111100 1000100 100001 101011 10111

Color Harmonies of #523C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C21

Black with #523C21

Text Example


Text Example

White with #523C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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