#58321D

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

Shades of Brown Bramble #58321D

Tints of Brown Bramble #58321D

Color information

#58321D (or 0x58321D) is unknown color: approx Brown Bramble. HEX triplet: 58, 32 and 1D. RGB value is (88,50,29). Sum of RGB (Red+Green+Blue) = 88+50+29=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58321D is #A7CDE2. Grayscale: #3B3B3B. Windows color (decimal): -10997219 or 1913432. OLE color: 1913432.

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

Color convert

RGB885029-
CMYK00.430.670.65
HSL21.36º50.43%22.94%-
HSV(B)21.36º67.05%34.51%-
XYZ5.394.441.74-
YUV58.97111.09148.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=52.69%
G=29.94%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88502900.430.670.6521.3650.4322.94
Hex58321D02B4341153217
Octal1306235053103101256227
Binary1011000110010111010101011100001110000011010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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