#533118

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

Shades of Brown Bramble #533118

Tints of Brown Bramble #533118

Color information

#533118 (or 0x533118) is unknown color: approx Brown Bramble. HEX triplet: 53, 31 and 18. RGB value is (83,49,24). Sum of RGB (Red+Green+Blue) = 83+49+24=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533118 is #ACCEE7. Grayscale: #383838. Windows color (decimal): -11325160 or 1585491. OLE color: 1585491.

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

Color convert

RGB834924-
CMYK00.410.710.67
HSL25.42º55.14%20.98%-
HSV(B)25.42º71.08%32.55%-
XYZ4.834.11.4-
YUV56.32109.76147.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=53.21%
G=31.41%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492400.410.710.6725.4255.1420.98
Hex5331180294743193715
Octal1236130051107103316725
Binary1010011110001110000101001100011110000111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533118; }

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

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

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

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

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

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

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

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