#53381B

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

Shades of Brown Bramble #53381B

Tints of Brown Bramble #53381B

Color information

#53381B (or 0x53381B) is unknown color: approx Brown Bramble. HEX triplet: 53, 38 and 1B. RGB value is (83,56,27). Sum of RGB (Red+Green+Blue) = 83+56+27=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53381B is #ACC7E4. Grayscale: #3C3C3C. Windows color (decimal): -11323365 or 1783891. OLE color: 1783891.

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

Color convert

RGB835627-
CMYK00.330.670.67
HSL31.07º50.91%21.57%-
HSV(B)31.07º67.47%32.55%-
XYZ5.184.751.68-
YUV60.77108.95143.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=50%
G=33.73%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83562700.330.670.6731.0750.9121.57
Hex53381B02143431f3316
Octal1237033041103103376326
Binary1010011111000110110100001100001110000111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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