Html Css Color HEX #513D29 Deep Bronze

📋 copy color: '#513D29'

red 81 ◦ green 61 ◦ blue 41

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

Shades of Deep Bronze #513D29

Tints of Deep Bronze #513D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 44.26%
G = 33.33%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513D29 (or 0x513D29) is known color: Deep Bronze. HEX triplet: 51, 3D and 29. RGB value is (81,61,41). Sum of RGB (Red+Green+Blue) = 81+61+41=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D29 is #AEC2D6. Grayscale: #404040. Windows color (decimal): -11453143 or 2702673. OLE color: 2702673.

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

Color convert

RGB 81 61 41 -
CMYK 0 0.25 0.49 0.68
HSL 30º 0.33% 0.24% -
HSV(B) 30º 0.49% 0.32% -
XYZ 5.46 5.25 2.82 -
YUV 64.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 81 61 41 0 0.25 0.49 0.68 30 0.33 0.24
Hex 51 3D 29 0 19 31 44 1E 21 18
Octal 121 75 51 0 31 61 104 36 41 30
Binary 1010001 111101 101001 0 11001 110001 1000100 11110 100001 11000

Color Harmonies of #513D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D29

Black with #513D29

Text Example


Text Example

White with #513D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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