Html Css Color HEX #513C2B Deep Bronze

📋 copy color: '#513C2B'

red 81 ◦ green 60 ◦ blue 43

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

Shades of Deep Bronze #513C2B

Tints of Deep Bronze #513C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 44.02%
G = 32.61%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#513C2B (or 0x513C2B) is known color: Deep Bronze. HEX triplet: 51, 3C and 2B. RGB value is (81,60,43). Sum of RGB (Red+Green+Blue) = 81+60+43=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C2B is #AEC3D4. Grayscale: #404040. Windows color (decimal): -11453397 or 2833489. OLE color: 2833489.

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

Color convert

RGB 81 60 43 -
CMYK 0 0.26 0.47 0.68
HSL 26.84º 0.31% 0.24% -
HSV(B) 26.84º 0.47% 0.32% -
XYZ 5.45 5.16 2.99 -
YUV 64.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 81 60 43 0 0.26 0.47 0.68 26.84 0.31 0.24
Hex 51 3C 2B 0 1A 2F 44 1B 1F 18
Octal 121 74 53 0 32 57 104 33 37 30
Binary 1010001 111100 101011 0 11010 101111 1000100 11011 11111 11000

Color Harmonies of #513C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C2B

Black with #513C2B

Text Example


Text Example

White with #513C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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