Html Css Color HEX #513516 Brown Bramble

📋 copy color: '#513516'

red 81 ◦ green 53 ◦ blue 22

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

Shades of Brown Bramble #513516

Tints of Brown Bramble #513516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 51.92%
G = 33.97%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#513516 (or 0x513516) is known color: Brown Bramble. HEX triplet: 51, 35 and 16. RGB value is (81,53,22). Sum of RGB (Red+Green+Blue) = 81+53+22=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513516 is #AECAE9. Grayscale: #393939. Windows color (decimal): -11455210 or 1455441. OLE color: 1455441.

HSL color Cylindrical-coordinate representation of color #513516: hue angle of 31.53º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513516 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 22 -
CMYK 0 0.35 0.73 0.68
HSL 31.53º 0.57% 0.2% -
HSV(B) 31.53º 0.73% 0.32% -
XYZ 4.81 4.35 1.35 -
YUV 57.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 81 53 22 0 0.35 0.73 0.68 31.53 0.57 0.2
Hex 51 35 16 0 23 49 44 20 39 14
Octal 121 65 26 0 43 111 104 40 71 24
Binary 1010001 110101 10110 0 100011 1001001 1000100 100000 111001 10100

Color Harmonies of #513516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513516

Black with #513516

Text Example


Text Example

White with #513516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513516; }

 p { color: rgb(81,53,22); }

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

background-color css

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

 a { background-color: rgb(81,53,22); }

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

border-color css

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

 span { border-color: rgb(81,53,22); }

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