Html Css Color HEX #523D26 Deep Bronze

📋 copy color: '#523D26'

red 82 ◦ green 61 ◦ blue 38

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

Shades of Deep Bronze #523D26

Tints of Deep Bronze #523D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.7%

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 45.3%
G = 33.7%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#523D26 (or 0x523D26) is known color: Deep Bronze. HEX triplet: 52, 3D and 26. RGB value is (82,61,38). Sum of RGB (Red+Green+Blue) = 82+61+38=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #523D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D26 is #ADC2D9. Grayscale: #404040. Windows color (decimal): -11387610 or 2506066. OLE color: 2506066.

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

Color convert

RGB 82 61 38 -
CMYK 0 0.26 0.54 0.68
HSL 31.36º 0.37% 0.24% -
HSV(B) 31.36º 0.54% 0.32% -
XYZ 5.5 5.27 2.56 -
YUV 64.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 82 61 38 0 0.26 0.54 0.68 31.36 0.37 0.24
Hex 52 3D 26 0 1A 36 44 1F 25 18
Octal 122 75 46 0 32 66 104 37 45 30
Binary 1010010 111101 100110 0 11010 110110 1000100 11111 100101 11000

Color Harmonies of #523D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D26

Black with #523D26

Text Example


Text Example

White with #523D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,38); }

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

background-color css

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

 a { background-color: rgb(82,61,38); }

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

border-color css

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

 span { border-color: rgb(82,61,38); }

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