Html Css Color HEX #513219 Brown Bramble

📋 copy color: '#513219'

red 81 ◦ green 50 ◦ blue 25

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

Shades of Brown Bramble #513219

Tints of Brown Bramble #513219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.05%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 51.92%
G = 32.05%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#513219 (or 0x513219) is known color: Brown Bramble. HEX triplet: 51, 32 and 19. RGB value is (81,50,25). Sum of RGB (Red+Green+Blue) = 81+50+25=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513219 is #AECDE6. Grayscale: #383838. Windows color (decimal): -11455975 or 1651281. OLE color: 1651281.

HSL color Cylindrical-coordinate representation of color #513219: hue angle of 26.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513219 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 25 -
CMYK 0 0.38 0.69 0.68
HSL 26.79º 0.53% 0.21% -
HSV(B) 26.79º 0.69% 0.32% -
XYZ 4.71 4.1 1.46 -
YUV 56.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 81 50 25 0 0.38 0.69 0.68 26.79 0.53 0.21
Hex 51 32 19 0 26 45 44 1B 35 15
Octal 121 62 31 0 46 105 104 33 65 25
Binary 1010001 110010 11001 0 100110 1000101 1000100 11011 110101 10101

Color Harmonies of #513219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513219

Black with #513219

Text Example


Text Example

White with #513219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513219; }

 p { color: rgb(81,50,25); }

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

background-color css

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

 a { background-color: rgb(81,50,25); }

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

border-color css

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

 span { border-color: rgb(81,50,25); }

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