Html Css Color HEX #513520 Brown Bramble

📋 copy color: '#513520'

red 81 ◦ green 53 ◦ blue 32

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

Shades of Brown Bramble #513520

Tints of Brown Bramble #513520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 48.8%
G = 31.93%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513520 (or 0x513520) is known color: Brown Bramble. HEX triplet: 51, 35 and 20. RGB value is (81,53,32). Sum of RGB (Red+Green+Blue) = 81+53+32=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513520 is #AECADF. Grayscale: #3B3B3B. Windows color (decimal): -11455200 or 2110801. OLE color: 2110801.

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

Color convert

RGB 81 53 32 -
CMYK 0 0.35 0.60 0.68
HSL 25.71º 0.43% 0.22% -
HSV(B) 25.71º 0.6% 0.32% -
XYZ 4.93 4.4 1.96 -
YUV 58.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 81 53 32 0 0.35 0.60 0.68 25.71 0.43 0.22
Hex 51 35 20 0 23 3C 44 1A 2B 16
Octal 121 65 40 0 43 74 104 32 53 26
Binary 1010001 110101 100000 0 100011 111100 1000100 11010 101011 10110

Color Harmonies of #513520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513520

Black with #513520

Text Example


Text Example

White with #513520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513520; }

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

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

background-color css

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

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

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

border-color css

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

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

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