#58321B

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

Shades of Brown Bramble #58321B

Tints of Brown Bramble #58321B

Color information

#58321B (or 0x58321B) is unknown color: approx Brown Bramble. HEX triplet: 58, 32 and 1B. RGB value is (88,50,27). Sum of RGB (Red+Green+Blue) = 88+50+27=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58321B is #A7CDE4. Grayscale: #3A3A3A. Windows color (decimal): -10997221 or 1782360. OLE color: 1782360.

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

Color convert

RGB885027-
CMYK00.430.690.65
HSL22.62º53.04%22.55%-
HSV(B)22.62º69.32%34.51%-
XYZ5.364.441.61-
YUV58.74110.09148.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=53.33%
G=30.30%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88502700.430.690.6522.6253.0422.55
Hex58321B02B4541173517
Octal1306233053105101276527
Binary1011000110010110110101011100010110000011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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