Html Css Color HEX #513013 Brown Bramble

📋 copy color: '#513013'

red 81 ◦ green 48 ◦ blue 19

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

Shades of Brown Bramble #513013

Tints of Brown Bramble #513013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 54.73%
G = 32.43%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#513013 (or 0x513013) is known color: Brown Bramble. HEX triplet: 51, 30 and 13. RGB value is (81,48,19). Sum of RGB (Red+Green+Blue) = 81+48+19=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513013 is #AECFEC. Grayscale: #363636. Windows color (decimal): -11456493 or 1257553. OLE color: 1257553.

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

Color convert

RGB 81 48 19 -
CMYK 0 0.41 0.77 0.68
HSL 28.06º 0.62% 0.2% -
HSV(B) 28.06º 0.77% 0.32% -
XYZ 4.57 3.91 1.13 -
YUV 54.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 81 48 19 0 0.41 0.77 0.68 28.06 0.62 0.2
Hex 51 30 13 0 29 4D 44 1C 3E 14
Octal 121 60 23 0 51 115 104 34 76 24
Binary 1010001 110000 10011 0 101001 1001101 1000100 11100 111110 10100

Color Harmonies of #513013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513013

Black with #513013

Text Example


Text Example

White with #513013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513013; }

 p { color: rgb(81,48,19); }

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

background-color css

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

 a { background-color: rgb(81,48,19); }

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

border-color css

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

 span { border-color: rgb(81,48,19); }

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