Html Css Color HEX #513D24 Deep Bronze

📋 copy color: '#513D24'

red 81 ◦ green 61 ◦ blue 36

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

Shades of Deep Bronze #513D24

Tints of Deep Bronze #513D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 45.51%
G = 34.27%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#513D24 (or 0x513D24) is known color: Deep Bronze. HEX triplet: 51, 3D and 24. RGB value is (81,61,36). Sum of RGB (Red+Green+Blue) = 81+61+36=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #513D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D24 is #AEC2DB. Grayscale: #404040. Windows color (decimal): -11453148 or 2374993. OLE color: 2374993.

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

Color convert

RGB 81 61 36 -
CMYK 0 0.25 0.56 0.68
HSL 33.33º 0.38% 0.23% -
HSV(B) 33.33º 0.56% 0.32% -
XYZ 5.38 5.21 2.39 -
YUV 64.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 81 61 36 0 0.25 0.56 0.68 33.33 0.38 0.23
Hex 51 3D 24 0 19 38 44 21 26 17
Octal 121 75 44 0 31 70 104 41 46 27
Binary 1010001 111101 100100 0 11001 111000 1000100 100001 100110 10111

Color Harmonies of #513D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D24

Black with #513D24

Text Example


Text Example

White with #513D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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