Html Css Color HEX #513F2B Deep Bronze

📋 copy color: '#513F2B'

red 81 ◦ green 63 ◦ blue 43

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

Shades of Deep Bronze #513F2B

Tints of Deep Bronze #513F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

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

R = 43.32%
G = 33.69%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#513F2B (or 0x513F2B) is known color: Deep Bronze. HEX triplet: 51, 3F and 2B. RGB value is (81,63,43). Sum of RGB (Red+Green+Blue) = 81+63+43=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #513F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F2B is #AEC0D4. Grayscale: #424242. Windows color (decimal): -11452629 or 2834257. OLE color: 2834257.

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

Color convert

RGB 81 63 43 -
CMYK 0 0.22 0.47 0.68
HSL 31.58º 0.31% 0.24% -
HSV(B) 31.58º 0.47% 0.32% -
XYZ 5.61 5.48 3.05 -
YUV 66.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 81 63 43 0 0.22 0.47 0.68 31.58 0.31 0.24
Hex 51 3F 2B 0 16 2F 44 20 1F 18
Octal 121 77 53 0 26 57 104 40 37 30
Binary 1010001 111111 101011 0 10110 101111 1000100 100000 11111 11000

Color Harmonies of #513F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F2B

Black with #513F2B

Text Example


Text Example

White with #513F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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