#522E18

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

Shades of Brown Bramble #522E18

Tints of Brown Bramble #522E18

Color information

#522E18 (or 0x522E18) is unknown color: approx Brown Bramble. HEX triplet: 52, 2E and 18. RGB value is (82,46,24). Sum of RGB (Red+Green+Blue) = 82+46+24=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #522E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522E18 is #ADD1E7. Grayscale: #363636. Windows color (decimal): -11391464 or 1584722. OLE color: 1584722.

HSL color Cylindrical-coordinate representation of color #522E18: hue angle of 22.76º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #522E18 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB824624-
CMYK00.440.710.68
HSL22.76º54.72%20.78%-
HSV(B)22.76º70.73%32.16%-
XYZ4.623.811.36-
YUV54.26110.93147.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=53.95%
G=30.26%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82462400.440.710.6822.7654.7220.78
Hex522E1802C4744173715
Octal1225630054107104276725
Binary1010010101110110000101100100011110001001011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522E18; }

 p { color: rgb(82,46,24); }

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

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

 a { background-color: rgb(82,46,24); }

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

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

 span { border-color: rgb(82,46,24); }

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