#533018

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

Shades of Brown Bramble #533018

Tints of Brown Bramble #533018

Color information

#533018 (or 0x533018) is unknown color: approx Brown Bramble. HEX triplet: 53, 30 and 18. RGB value is (83,48,24). Sum of RGB (Red+Green+Blue) = 83+48+24=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533018 is #ACCFE7. Grayscale: #373737. Windows color (decimal): -11325416 or 1585235. OLE color: 1585235.

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

Color convert

RGB834824-
CMYK00.420.710.67
HSL24.41º55.14%20.98%-
HSV(B)24.41º71.08%32.55%-
XYZ4.794.021.39-
YUV55.73110.1147.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=53.55%
G=30.97%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83482400.420.710.6724.4155.1420.98
Hex53301802A4743183715
Octal1236030052107103306725
Binary1010011110000110000101010100011110000111100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533018; }

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

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

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

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

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

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

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

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