Html Css Color HEX #513019 Brown Bramble

📋 copy color: '#513019'

red 81 ◦ green 48 ◦ blue 25

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

Shades of Brown Bramble #513019

Tints of Brown Bramble #513019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

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

R = 52.6%
G = 31.17%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#513019 (or 0x513019) is known color: Brown Bramble. HEX triplet: 51, 30 and 19. RGB value is (81,48,25). Sum of RGB (Red+Green+Blue) = 81+48+25=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #513019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513019 is #AECFE6. Grayscale: #373737. Windows color (decimal): -11456487 or 1650769. OLE color: 1650769.

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

Color convert

RGB 81 48 25 -
CMYK 0 0.41 0.69 0.68
HSL 24.64º 0.53% 0.21% -
HSV(B) 24.64º 0.69% 0.32% -
XYZ 4.63 3.93 1.44 -
YUV 55.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 81 48 25 0 0.41 0.69 0.68 24.64 0.53 0.21
Hex 51 30 19 0 29 45 44 19 35 15
Octal 121 60 31 0 51 105 104 31 65 25
Binary 1010001 110000 11001 0 101001 1000101 1000100 11001 110101 10101

Color Harmonies of #513019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513019

Black with #513019

Text Example


Text Example

White with #513019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513019; }

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

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

background-color css

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

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

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

border-color css

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

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

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