#513422

Color #513422 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #513422

Tints of Brown Bramble #513422

Color information

#513422 (or 0x513422) is unknown color: approx Brown Bramble. HEX triplet: 51, 34 and 22. RGB value is (81,52,34). Sum of RGB (Red+Green+Blue) = 81+52+34=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513422 is #AECBDD. Grayscale: #3A3A3A. Windows color (decimal): -11455454 or 2241617. OLE color: 2241617.

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

Color convert

RGB815234-
CMYK00.360.580.68
HSL22.98º40.87%22.55%-
HSV(B)22.98º58.02%31.76%-
XYZ4.914.322.09-
YUV58.62114.11143.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=48.50%
G=31.14%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81523400.360.580.6822.9840.8722.55
Hex5134220243A44172917
Octal121644204472104275127
Binary1010001110100100010010010011101010001001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513422; }

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

 H1.HeaderClassName
 {
   color: #513422;
 }
 .AnyTagClassName
 {
   color: #513422;
 }
</style>
background-color css

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

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

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

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

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

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