#533218

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

Shades of Brown Bramble #533218

Tints of Brown Bramble #533218

Color information

#533218 (or 0x533218) is unknown color: approx Brown Bramble. HEX triplet: 53, 32 and 18. RGB value is (83,50,24). Sum of RGB (Red+Green+Blue) = 83+50+24=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533218 is #ACCDE7. Grayscale: #393939. Windows color (decimal): -11324904 or 1585747. OLE color: 1585747.

HSL color Cylindrical-coordinate representation of color #533218: hue angle of 26.44º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533218 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB835024-
CMYK00.400.710.67
HSL26.44º55.14%20.98%-
HSV(B)26.44º71.08%32.55%-
XYZ4.874.191.42-
YUV56.9109.43146.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=52.87%
G=31.85%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83502400.400.710.6726.4455.1420.98
Hex53321802847431a3715
Octal1236230050107103326725
Binary1010011110010110000101000100011110000111101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533218; }

 p { color: rgb(83,50,24); }

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

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

 a { background-color: rgb(83,50,24); }

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

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

 span { border-color: rgb(83,50,24); }

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