Html Css Color HEX #513522 Brown Bramble

📋 copy color: '#513522'

red 81 ◦ green 53 ◦ blue 34

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

Shades of Brown Bramble #513522

Tints of Brown Bramble #513522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.55%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 48.21%
G = 31.55%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#513522 (or 0x513522) is known color: Brown Bramble. HEX triplet: 51, 35 and 22. RGB value is (81,53,34). Sum of RGB (Red+Green+Blue) = 81+53+34=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513522 is #AECADD. Grayscale: #3B3B3B. Windows color (decimal): -11455198 or 2241873. OLE color: 2241873.

HSL color Cylindrical-coordinate representation of color #513522: hue angle of 24.26º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513522 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 34 -
CMYK 0 0.35 0.58 0.68
HSL 24.26º 0.41% 0.23% -
HSV(B) 24.26º 0.58% 0.32% -
XYZ 4.96 4.41 2.1 -
YUV 59.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 81 53 34 0 0.35 0.58 0.68 24.26 0.41 0.23
Hex 51 35 22 0 23 3A 44 18 29 17
Octal 121 65 42 0 43 72 104 30 51 27
Binary 1010001 110101 100010 0 100011 111010 1000100 11000 101001 10111

Color Harmonies of #513522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513522

Black with #513522

Text Example


Text Example

White with #513522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513522; }

 p { color: rgb(81,53,34); }

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

background-color css

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

 a { background-color: rgb(81,53,34); }

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

border-color css

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

 span { border-color: rgb(81,53,34); }

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