Html Css Color HEX #513417 Brown Bramble

📋 copy color: '#513417'

red 81 ◦ green 52 ◦ blue 23

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

Shades of Brown Bramble #513417

Tints of Brown Bramble #513417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

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

R = 51.92%
G = 33.33%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#513417 (or 0x513417) is known color: Brown Bramble. HEX triplet: 51, 34 and 17. RGB value is (81,52,23). Sum of RGB (Red+Green+Blue) = 81+52+23=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513417 is #AECBE8. Grayscale: #393939. Windows color (decimal): -11455465 or 1520721. OLE color: 1520721.

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

Color convert

RGB 81 52 23 -
CMYK 0 0.36 0.72 0.68
HSL 30º 0.56% 0.2% -
HSV(B) 30º 0.72% 0.32% -
XYZ 4.78 4.27 1.38 -
YUV 57.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 81 52 23 0 0.36 0.72 0.68 30 0.56 0.2
Hex 51 34 17 0 24 48 44 1E 38 14
Octal 121 64 27 0 44 110 104 36 70 24
Binary 1010001 110100 10111 0 100100 1001000 1000100 11110 111000 10100

Color Harmonies of #513417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513417

Black with #513417

Text Example


Text Example

White with #513417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513417; }

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

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

background-color css

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

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

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

border-color css

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

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

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