Html Css Color HEX #513320 Brown Bramble

📋 copy color: '#513320'

red 81 ◦ green 51 ◦ blue 32

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

Shades of Brown Bramble #513320

Tints of Brown Bramble #513320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 49.39%
G = 31.1%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513320 (or 0x513320) is known color: Brown Bramble. HEX triplet: 51, 33 and 20. RGB value is (81,51,32). Sum of RGB (Red+Green+Blue) = 81+51+32=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513320 is #AECCDF. Grayscale: #393939. Windows color (decimal): -11455712 or 2110289. OLE color: 2110289.

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

Color convert

RGB 81 51 32 -
CMYK 0 0.37 0.60 0.68
HSL 23.27º 0.43% 0.22% -
HSV(B) 23.27º 0.6% 0.32% -
XYZ 4.84 4.22 1.93 -
YUV 57.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 81 51 32 0 0.37 0.60 0.68 23.27 0.43 0.22
Hex 51 33 20 0 25 3C 44 17 2B 16
Octal 121 63 40 0 45 74 104 27 53 26
Binary 1010001 110011 100000 0 100101 111100 1000100 10111 101011 10110

Color Harmonies of #513320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513320

Black with #513320

Text Example


Text Example

White with #513320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513320; }

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

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

background-color css

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

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

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

border-color css

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

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

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