Html Css Color HEX #513620 Brown Bramble

📋 copy color: '#513620'

red 81 ◦ green 54 ◦ blue 32

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

Shades of Brown Bramble #513620

Tints of Brown Bramble #513620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.34%

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

R = 48.5%
G = 32.34%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513620 (or 0x513620) is known color: Brown Bramble. HEX triplet: 51, 36 and 20. RGB value is (81,54,32). Sum of RGB (Red+Green+Blue) = 81+54+32=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513620 is #AEC9DF. Grayscale: #3B3B3B. Windows color (decimal): -11454944 or 2111057. OLE color: 2111057.

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

Color convert

RGB 81 54 32 -
CMYK 0 0.33 0.60 0.68
HSL 26.94º 0.43% 0.22% -
HSV(B) 26.94º 0.6% 0.32% -
XYZ 4.97 4.49 1.97 -
YUV 59.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 81 54 32 0 0.33 0.60 0.68 26.94 0.43 0.22
Hex 51 36 20 0 21 3C 44 1B 2B 16
Octal 121 66 40 0 41 74 104 33 53 26
Binary 1010001 110110 100000 0 100001 111100 1000100 11011 101011 10110

Color Harmonies of #513620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513620

Black with #513620

Text Example


Text Example

White with #513620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513620; }

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

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

background-color css

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

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

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

border-color css

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

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

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