Html Css Color HEX #513D2A Deep Bronze

📋 copy color: '#513D2A'

red 81 ◦ green 61 ◦ blue 42

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

Shades of Deep Bronze #513D2A

Tints of Deep Bronze #513D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.15%

 BLUE value IS 42 (16.8% from 255) = 22.83%

R = 44.02%
G = 33.15%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#513D2A (or 0x513D2A) is known color: Deep Bronze. HEX triplet: 51, 3D and 2A. RGB value is (81,61,42). Sum of RGB (Red+Green+Blue) = 81+61+42=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D2A is #AEC2D5. Grayscale: #404040. Windows color (decimal): -11453142 or 2768209. OLE color: 2768209.

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

Color convert

RGB 81 61 42 -
CMYK 0 0.25 0.48 0.68
HSL 29.23º 0.32% 0.24% -
HSV(B) 29.23º 0.48% 0.32% -
XYZ 5.48 5.25 2.92 -
YUV 64.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 81 61 42 0 0.25 0.48 0.68 29.23 0.32 0.24
Hex 51 3D 2A 0 19 30 44 1D 20 18
Octal 121 75 52 0 31 60 104 35 40 30
Binary 1010001 111101 101010 0 11001 110000 1000100 11101 100000 11000

Color Harmonies of #513D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D2A

Black with #513D2A

Text Example


Text Example

White with #513D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,42); }

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

background-color css

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

 a { background-color: rgb(81,61,42); }

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

border-color css

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

 span { border-color: rgb(81,61,42); }

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