#53371E

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

Shades of Brown Bramble #53371E

Tints of Brown Bramble #53371E

Color information

#53371E (or 0x53371E) is unknown color: approx Brown Bramble. HEX triplet: 53, 37 and 1E. RGB value is (83,55,30). Sum of RGB (Red+Green+Blue) = 83+55+30=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371E is #ACC8E1. Grayscale: #3C3C3C. Windows color (decimal): -11323618 or 1980243. OLE color: 1980243.

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

Color convert

RGB835530-
CMYK00.340.640.67
HSL28.3º46.9%22.16%-
HSV(B)28.3º63.86%32.55%-
XYZ5.174.671.86-
YUV60.52110.78144.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=49.40%
G=32.74%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83553000.340.640.6728.346.922.16
Hex53371E02240431c2f16
Octal1236736042100103345726
Binary1010011110111111100100010100000010000111110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53371E; }

 p { color: rgb(83,55,30); }

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

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

 a { background-color: rgb(83,55,30); }

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

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

 span { border-color: rgb(83,55,30); }

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