Html Css Color HEX #513E29 Deep Bronze

📋 copy color: '#513E29'

red 81 ◦ green 62 ◦ blue 41

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

Shades of Deep Bronze #513E29

Tints of Deep Bronze #513E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.7%

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

R = 44.02%
G = 33.7%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513E29 (or 0x513E29) is known color: Deep Bronze. HEX triplet: 51, 3E and 29. RGB value is (81,62,41). Sum of RGB (Red+Green+Blue) = 81+62+41=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E29 is #AEC1D6. Grayscale: #414141. Windows color (decimal): -11452887 or 2702929. OLE color: 2702929.

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

Color convert

RGB 81 62 41 -
CMYK 0 0.23 0.49 0.68
HSL 31.5º 0.33% 0.24% -
HSV(B) 31.5º 0.49% 0.32% -
XYZ 5.52 5.35 2.84 -
YUV 65.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 81 62 41 0 0.23 0.49 0.68 31.5 0.33 0.24
Hex 51 3E 29 0 17 31 44 1F 21 18
Octal 121 76 51 0 27 61 104 37 41 30
Binary 1010001 111110 101001 0 10111 110001 1000100 11111 100001 11000

Color Harmonies of #513E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E29

Black with #513E29

Text Example


Text Example

White with #513E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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