Html Css Color HEX #513416 Brown Bramble

📋 copy color: '#513416'

red 81 ◦ green 52 ◦ blue 22

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

Shades of Brown Bramble #513416

Tints of Brown Bramble #513416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 52.26%
G = 33.55%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#513416 (or 0x513416) is known color: Brown Bramble. HEX triplet: 51, 34 and 16. RGB value is (81,52,22). Sum of RGB (Red+Green+Blue) = 81+52+22=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513416 is #AECBE9. Grayscale: #393939. Windows color (decimal): -11455466 or 1455185. OLE color: 1455185.

HSL color Cylindrical-coordinate representation of color #513416: hue angle of 30.51º 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 #513416 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 22 -
CMYK 0 0.36 0.73 0.68
HSL 30.51º 0.57% 0.2% -
HSV(B) 30.51º 0.73% 0.32% -
XYZ 4.77 4.26 1.33 -
YUV 57.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 81 52 22 0 0.36 0.73 0.68 30.51 0.57 0.2
Hex 51 34 16 0 24 49 44 1F 39 14
Octal 121 64 26 0 44 111 104 37 71 24
Binary 1010001 110100 10110 0 100100 1001001 1000100 11111 111001 10100

Color Harmonies of #513416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513416

Black with #513416

Text Example


Text Example

White with #513416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513416; }

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

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

background-color css

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

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

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

border-color css

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

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

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