#58322B

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

Shades of Redwood #58322B

Tints of Redwood #58322B

Color information

#58322B (or 0x58322B) is unknown color: approx Redwood. HEX triplet: 58, 32 and 2B. RGB value is (88,50,43). Sum of RGB (Red+Green+Blue) = 88+50+43=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58322B is #A7CDD4. Grayscale: #3C3C3C. Windows color (decimal): -10997205 or 2830936. OLE color: 2830936.

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

Color convert

RGB885043-
CMYK00.430.510.65
HSL9.33º34.35%25.69%-
HSV(B)9.33º51.14%34.51%-
XYZ5.64.532.86-
YUV60.56118.09147.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=48.62%
G=27.62%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88504300.430.510.659.3334.3525.69
Hex58322B02B33419221a
Octal130625305363101114232
Binary101100011001010101101010111100111000001100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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