#5A321F

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

Shades of Brown Bramble #5A321F

Tints of Brown Bramble #5A321F

Color information

#5A321F (or 0x5A321F) is unknown color: approx Brown Bramble. HEX triplet: 5A, 32 and 1F. RGB value is (90,50,31). Sum of RGB (Red+Green+Blue) = 90+50+31=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A321F is #A5CDE0. Grayscale: #3B3B3B. Windows color (decimal): -10866145 or 2044506. OLE color: 2044506.

HSL color Cylindrical-coordinate representation of color #5A321F: hue angle of 19.32º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A321F is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB905031-
CMYK00.440.660.65
HSL19.32º48.76%23.73%-
HSV(B)19.32º65.56%35.29%-
XYZ5.64.551.88-
YUV59.79111.75149.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.63%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=52.63%
G=29.24%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90503100.440.660.6519.3248.7623.73
Hex5A321F02C4241133118
Octal1326237054102101236130
Binary1011010110010111110101100100001010000011001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A321F; }

 p { color: rgb(90,50,31); }

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

<style>
 a { background-color: #5A321F; }

 a { background-color: rgb(90,50,31); }

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

<style>
 span { border-color: #5A321F; }

 span { border-color: rgb(90,50,31); }

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