Html Css Color HEX #513C25 Deep Bronze

📋 copy color: '#513C25'

red 81 ◦ green 60 ◦ blue 37

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

Shades of Deep Bronze #513C25

Tints of Deep Bronze #513C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

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

R = 45.51%
G = 33.71%
B = 20.79%

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

#513C25 (or 0x513C25) is known color: Deep Bronze. HEX triplet: 51, 3C and 25. RGB value is (81,60,37). Sum of RGB (Red+Green+Blue) = 81+60+37=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #513C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C25 is #AEC3DA. Grayscale: #3F3F3F. Windows color (decimal): -11453403 or 2440273. OLE color: 2440273.

HSL color Cylindrical-coordinate representation of color #513C25: hue angle of 31.36º 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 #513C25 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 37 -
CMYK 0 0.26 0.54 0.68
HSL 31.36º 0.37% 0.23% -
HSV(B) 31.36º 0.54% 0.32% -
XYZ 5.34 5.11 2.46 -
YUV 63.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 81 60 37 0 0.26 0.54 0.68 31.36 0.37 0.23
Hex 51 3C 25 0 1A 36 44 1F 25 17
Octal 121 74 45 0 32 66 104 37 45 27
Binary 1010001 111100 100101 0 11010 110110 1000100 11111 100101 10111

Color Harmonies of #513C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C25

Black with #513C25

Text Example


Text Example

White with #513C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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