Html Css Color HEX #523F25 Deep Bronze

📋 copy color: '#523F25'

red 82 ◦ green 63 ◦ blue 37

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

Shades of Deep Bronze #523F25

Tints of Deep Bronze #523F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.33%

R = 45.05%
G = 34.62%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#523F25 (or 0x523F25) is known color: Deep Bronze. HEX triplet: 52, 3F and 25. RGB value is (82,63,37). Sum of RGB (Red+Green+Blue) = 82+63+37=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #523F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F25 is #ADC0DA. Grayscale: #414141. Windows color (decimal): -11387099 or 2441042. OLE color: 2441042.

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

Color convert

RGB 82 63 37 -
CMYK 0 0.23 0.55 0.68
HSL 34.67º 0.38% 0.23% -
HSV(B) 34.67º 0.55% 0.32% -
XYZ 5.59 5.48 2.51 -
YUV 65.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 82 63 37 0 0.23 0.55 0.68 34.67 0.38 0.23
Hex 52 3F 25 0 17 37 44 23 26 17
Octal 122 77 45 0 27 67 104 43 46 27
Binary 1010010 111111 100101 0 10111 110111 1000100 100011 100110 10111

Color Harmonies of #523F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F25

Black with #523F25

Text Example


Text Example

White with #523F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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