Html Css Color HEX #513518 Brown Bramble

📋 copy color: '#513518'

red 81 ◦ green 53 ◦ blue 24

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

Shades of Brown Bramble #513518

Tints of Brown Bramble #513518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 51.27%
G = 33.54%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#513518 (or 0x513518) is known color: Brown Bramble. HEX triplet: 51, 35 and 18. RGB value is (81,53,24). Sum of RGB (Red+Green+Blue) = 81+53+24=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #513518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513518 is #AECAE7. Grayscale: #3A3A3A. Windows color (decimal): -11455208 or 1586513. OLE color: 1586513.

HSL color Cylindrical-coordinate representation of color #513518: hue angle of 30.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513518 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 24 -
CMYK 0 0.35 0.70 0.68
HSL 30.53º 0.54% 0.21% -
HSV(B) 30.53º 0.7% 0.32% -
XYZ 4.83 4.36 1.45 -
YUV 58.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 81 53 24 0 0.35 0.70 0.68 30.53 0.54 0.21
Hex 51 35 18 0 23 46 44 1F 36 15
Octal 121 65 30 0 43 106 104 37 66 25
Binary 1010001 110101 11000 0 100011 1000110 1000100 11111 110110 10101

Color Harmonies of #513518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513518

Black with #513518

Text Example


Text Example

White with #513518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513518; }

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

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

background-color css

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

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

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

border-color css

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

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

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