#53381C

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

Shades of Brown Bramble #53381C

Tints of Brown Bramble #53381C

Color information

#53381C (or 0x53381C) is unknown color: approx Brown Bramble. HEX triplet: 53, 38 and 1C. RGB value is (83,56,28). Sum of RGB (Red+Green+Blue) = 83+56+28=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53381C is #ACC7E3. Grayscale: #3D3D3D. Windows color (decimal): -11323364 or 1849427. OLE color: 1849427.

HSL color Cylindrical-coordinate representation of color #53381C: hue angle of 30.55º 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 #53381C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB835628-
CMYK00.330.660.67
HSL30.55º49.55%21.76%-
HSV(B)30.55º66.27%32.55%-
XYZ5.194.751.74-
YUV60.88109.45143.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=49.70%
G=33.53%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83562800.330.660.6730.5549.5521.76
Hex53381C02142431f3216
Octal1237034041102103376226
Binary1010011111000111000100001100001010000111111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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