Html Css Color HEX #523D1F Deep Bronze

📋 copy color: '#523D1F'

red 82 ◦ green 61 ◦ blue 31

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

Shades of Deep Bronze #523D1F

Tints of Deep Bronze #523D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 47.13%
G = 35.06%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#523D1F (or 0x523D1F) is known color: Deep Bronze. HEX triplet: 52, 3D and 1F. RGB value is (82,61,31). Sum of RGB (Red+Green+Blue) = 82+61+31=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1F is #ADC2E0. Grayscale: #3F3F3F. Windows color (decimal): -11387617 or 2047314. OLE color: 2047314.

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

Color convert

RGB 82 61 31 -
CMYK 0 0.26 0.62 0.68
HSL 35.29º 0.45% 0.22% -
HSV(B) 35.29º 0.62% 0.32% -
XYZ 5.4 5.23 2.02 -
YUV 63.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 82 61 31 0 0.26 0.62 0.68 35.29 0.45 0.22
Hex 52 3D 1F 0 1A 3E 44 23 2D 16
Octal 122 75 37 0 32 76 104 43 55 26
Binary 1010010 111101 11111 0 11010 111110 1000100 100011 101101 10110

Color Harmonies of #523D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D1F

Black with #523D1F

Text Example


Text Example

White with #523D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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