Html Css Color HEX #523F27 Deep Bronze

📋 copy color: '#523F27'

red 82 ◦ green 63 ◦ blue 39

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

Shades of Deep Bronze #523F27

Tints of Deep Bronze #523F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 44.57%
G = 34.24%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#523F27 (or 0x523F27) is known color: Deep Bronze. HEX triplet: 52, 3F and 27. RGB value is (82,63,39). Sum of RGB (Red+Green+Blue) = 82+63+39=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #523F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F27 is #ADC0D8. Grayscale: #424242. Windows color (decimal): -11387097 or 2572114. OLE color: 2572114.

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

Color convert

RGB 82 63 39 -
CMYK 0 0.23 0.52 0.68
HSL 33.49º 0.36% 0.24% -
HSV(B) 33.49º 0.52% 0.32% -
XYZ 5.62 5.5 2.68 -
YUV 65.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 82 63 39 0 0.23 0.52 0.68 33.49 0.36 0.24
Hex 52 3F 27 0 17 34 44 21 24 18
Octal 122 77 47 0 27 64 104 41 44 30
Binary 1010010 111111 100111 0 10111 110100 1000100 100001 100100 11000

Color Harmonies of #523F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F27

Black with #523F27

Text Example


Text Example

White with #523F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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