#58321F

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

Shades of Brown Bramble #58321F

Tints of Brown Bramble #58321F

Color information

#58321F (or 0x58321F) is unknown color: approx Brown Bramble. HEX triplet: 58, 32 and 1F. RGB value is (88,50,31). Sum of RGB (Red+Green+Blue) = 88+50+31=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58321F is #A7CDE0. Grayscale: #3B3B3B. Windows color (decimal): -10997217 or 2044504. OLE color: 2044504.

HSL color Cylindrical-coordinate representation of color #58321F: hue angle of 20º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58321F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB885031-
CMYK00.430.650.65
HSL20º47.9%23.33%-
HSV(B)20º64.77%34.51%-
XYZ5.414.451.87-
YUV59.2112.09148.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=52.07%
G=29.59%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88503100.430.650.652047.923.33
Hex58321F02B4141143017
Octal1306237053101101246027
Binary1011000110010111110101011100000110000011010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58321F; }

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

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

<style>
 a { background-color: #58321F; }

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

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

<style>
 span { border-color: #58321F; }

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

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