Html Css Color HEX #513514 Brown Bramble

📋 copy color: '#513514'

red 81 ◦ green 53 ◦ blue 20

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

Shades of Brown Bramble #513514

Tints of Brown Bramble #513514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 52.6%
G = 34.42%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#513514 (or 0x513514) is known color: Brown Bramble. HEX triplet: 51, 35 and 14. RGB value is (81,53,20). Sum of RGB (Red+Green+Blue) = 81+53+20=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513514 is #AECAEB. Grayscale: #393939. Windows color (decimal): -11455212 or 1324369. OLE color: 1324369.

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

Color convert

RGB 81 53 20 -
CMYK 0 0.35 0.75 0.68
HSL 32.46º 0.6% 0.2% -
HSV(B) 32.46º 0.75% 0.32% -
XYZ 4.79 4.35 1.25 -
YUV 57.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 81 53 20 0 0.35 0.75 0.68 32.46 0.6 0.2
Hex 51 35 14 0 23 4B 44 20 3C 14
Octal 121 65 24 0 43 113 104 40 74 24
Binary 1010001 110101 10100 0 100011 1001011 1000100 100000 111100 10100

Color Harmonies of #513514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513514

Black with #513514

Text Example


Text Example

White with #513514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513514; }

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

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

background-color css

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

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

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

border-color css

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

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

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