Html Css Color HEX #513B25 Deep Bronze

📋 copy color: '#513B25'

red 81 ◦ green 59 ◦ blue 37

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

Shades of Deep Bronze #513B25

Tints of Deep Bronze #513B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

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

R = 45.76%
G = 33.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#513B25 (or 0x513B25) is known color: Deep Bronze. HEX triplet: 51, 3B and 25. RGB value is (81,59,37). Sum of RGB (Red+Green+Blue) = 81+59+37=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #513B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B25 is #AEC4DA. Grayscale: #3F3F3F. Windows color (decimal): -11453659 or 2440017. OLE color: 2440017.

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

Color convert

RGB 81 59 37 -
CMYK 0 0.27 0.54 0.68
HSL 30º 0.37% 0.23% -
HSV(B) 30º 0.54% 0.32% -
XYZ 5.29 5.01 2.44 -
YUV 63.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 81 59 37 0 0.27 0.54 0.68 30 0.37 0.23
Hex 51 3B 25 0 1B 36 44 1E 25 17
Octal 121 73 45 0 33 66 104 36 45 27
Binary 1010001 111011 100101 0 11011 110110 1000100 11110 100101 10111

Color Harmonies of #513B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B25

Black with #513B25

Text Example


Text Example

White with #513B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,37); }

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

background-color css

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

 a { background-color: rgb(81,59,37); }

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

border-color css

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

 span { border-color: rgb(81,59,37); }

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