#53321E

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

Shades of Brown Bramble #53321E

Tints of Brown Bramble #53321E

Color information

#53321E (or 0x53321E) is unknown color: approx Brown Bramble. HEX triplet: 53, 32 and 1E. RGB value is (83,50,30). Sum of RGB (Red+Green+Blue) = 83+50+30=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53321E is #ACCDE1. Grayscale: #393939. Windows color (decimal): -11324898 or 1978963. OLE color: 1978963.

HSL color Cylindrical-coordinate representation of color #53321E: hue angle of 22.64º 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 #53321E is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB835030-
CMYK00.400.640.67
HSL22.64º46.9%22.16%-
HSV(B)22.64º63.86%32.55%-
XYZ4.944.211.78-
YUV57.59112.43146.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=50.92%
G=30.67%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83503000.400.640.6722.6446.922.16
Hex53321E0284043172f16
Octal1236236050100103275726
Binary1010011110010111100101000100000010000111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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