#53361C

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

Shades of Brown Bramble #53361C

Tints of Brown Bramble #53361C

Color information

#53361C (or 0x53361C) is unknown color: approx Brown Bramble. HEX triplet: 53, 36 and 1C. RGB value is (83,54,28). Sum of RGB (Red+Green+Blue) = 83+54+28=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53361C is #ACC9E3. Grayscale: #3B3B3B. Windows color (decimal): -11323876 or 1848915. OLE color: 1848915.

HSL color Cylindrical-coordinate representation of color #53361C: hue angle of 28.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53361C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB835428-
CMYK00.350.660.67
HSL28.36º49.55%21.76%-
HSV(B)28.36º66.27%32.55%-
XYZ5.14.561.71-
YUV59.71110.11144.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=50.30%
G=32.73%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83542800.350.660.6728.3649.5521.76
Hex53361C02342431c3216
Octal1236634043102103346226
Binary1010011110110111000100011100001010000111110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53361C; }

 p { color: rgb(83,54,28); }

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

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

 a { background-color: rgb(83,54,28); }

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

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

 span { border-color: rgb(83,54,28); }

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