Html Css Color HEX #513317 Brown Bramble

📋 copy color: '#513317'

red 81 ◦ green 51 ◦ blue 23

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

Shades of Brown Bramble #513317

Tints of Brown Bramble #513317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 52.26%
G = 32.9%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#513317 (or 0x513317) is known color: Brown Bramble. HEX triplet: 51, 33 and 17. RGB value is (81,51,23). Sum of RGB (Red+Green+Blue) = 81+51+23=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513317 is #AECCE8. Grayscale: #383838. Windows color (decimal): -11455721 or 1520465. OLE color: 1520465.

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

Color convert

RGB 81 51 23 -
CMYK 0 0.37 0.72 0.68
HSL 28.97º 0.56% 0.2% -
HSV(B) 28.97º 0.72% 0.32% -
XYZ 4.73 4.18 1.37 -
YUV 56.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 81 51 23 0 0.37 0.72 0.68 28.97 0.56 0.2
Hex 51 33 17 0 25 48 44 1D 38 14
Octal 121 63 27 0 45 110 104 35 70 24
Binary 1010001 110011 10111 0 100101 1001000 1000100 11101 111000 10100

Color Harmonies of #513317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513317

Black with #513317

Text Example


Text Example

White with #513317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513317; }

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

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

background-color css

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

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

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

border-color css

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

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

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