#53361A

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

Shades of Brown Bramble #53361A

Tints of Brown Bramble #53361A

Color information

#53361A (or 0x53361A) is unknown color: approx Brown Bramble. HEX triplet: 53, 36 and 1A. RGB value is (83,54,26). Sum of RGB (Red+Green+Blue) = 83+54+26=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53361A is #ACC9E5. Grayscale: #3B3B3B. Windows color (decimal): -11323878 or 1717843. OLE color: 1717843.

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

Color convert

RGB835426-
CMYK00.350.690.67
HSL29.47º52.29%21.37%-
HSV(B)29.47º68.67%32.55%-
XYZ5.074.551.59-
YUV59.48109.11144.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=50.92%
G=33.13%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83542600.350.690.6729.4752.2921.37
Hex53361A02345431d3415
Octal1236632043105103356425
Binary1010011110110110100100011100010110000111110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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