Html Css Color HEX #513E20 Deep Bronze

📋 copy color: '#513E20'

red 81 ◦ green 62 ◦ blue 32

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

Shades of Deep Bronze #513E20

Tints of Deep Bronze #513E20

RGB

 RED value IS 81 (32.03% from 255) = 46.29%

 GREEN value IS 62 (24.61% from 255) = 35.43%

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 46.29%
G = 35.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513E20 (or 0x513E20) is known color: Deep Bronze. HEX triplet: 51, 3E and 20. RGB value is (81,62,32). Sum of RGB (Red+Green+Blue) = 81+62+32=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E20 is #AEC1DF. Grayscale: #404040. Windows color (decimal): -11452896 or 2113105. OLE color: 2113105.

HSL color Cylindrical-coordinate representation of color #513E20: hue angle of 36.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513E20 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 62 32 -
CMYK 0 0.23 0.60 0.68
HSL 36.73º 0.43% 0.22% -
HSV(B) 36.73º 0.6% 0.32% -
XYZ 5.38 5.3 2.11 -
YUV 64.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 81 62 32 0 0.23 0.60 0.68 36.73 0.43 0.22
Hex 51 3E 20 0 17 3C 44 25 2B 16
Octal 121 76 40 0 27 74 104 45 53 26
Binary 1010001 111110 100000 0 10111 111100 1000100 100101 101011 10110

Color Harmonies of #513E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E20

Black with #513E20

Text Example


Text Example

White with #513E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513E20; }

 p { color: rgb(81,62,32); }

 H1.HeaderClassName
 {
   color: #513E20;
 }
 .AnyTagClassName
 {
   color: #513E20;
 }
</style>

background-color css

<style>
 a { background-color: #513E20; }

 a { background-color: rgb(81,62,32); }

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

border-color css

<style>
 span { border-color: #513E20; }

 span { border-color: rgb(81,62,32); }

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