Html Css Color HEX #513C22 Deep Bronze

📋 copy color: '#513C22'

red 81 ◦ green 60 ◦ blue 34

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

Shades of Deep Bronze #513C22

Tints of Deep Bronze #513C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

 BLUE value IS 34 (13.67% from 255) = 19.43%

R = 46.29%
G = 34.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#513C22 (or 0x513C22) is known color: Deep Bronze. HEX triplet: 51, 3C and 22. RGB value is (81,60,34). Sum of RGB (Red+Green+Blue) = 81+60+34=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C22 is #AEC3DD. Grayscale: #3F3F3F. Windows color (decimal): -11453406 or 2243665. OLE color: 2243665.

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

Color convert

RGB 81 60 34 -
CMYK 0 0.26 0.58 0.68
HSL 33.19º 0.41% 0.23% -
HSV(B) 33.19º 0.58% 0.32% -
XYZ 5.3 5.1 2.22 -
YUV 63.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 81 60 34 0 0.26 0.58 0.68 33.19 0.41 0.23
Hex 51 3C 22 0 1A 3A 44 21 29 17
Octal 121 74 42 0 32 72 104 41 51 27
Binary 1010001 111100 100010 0 11010 111010 1000100 100001 101001 10111

Color Harmonies of #513C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C22

Black with #513C22

Text Example


Text Example

White with #513C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,34); }

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

background-color css

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

 a { background-color: rgb(81,60,34); }

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

border-color css

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

 span { border-color: rgb(81,60,34); }

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