#58402E

Color #58402E Bracken (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bracken #58402E

Tints of Bracken #58402E

Color information

#58402E (or 0x58402E) is unknown color: approx Bracken. HEX triplet: 58, 40 and 2E. RGB value is (88,64,46). Sum of RGB (Red+Green+Blue) = 88+64+46=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58402E is #A7BFD1. Grayscale: #454545. Windows color (decimal): -10993618 or 3031128. OLE color: 3031128.

HSL color Cylindrical-coordinate representation of color #58402E: hue angle of 25.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58402E is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB886446-
CMYK00.270.480.65
HSL25.71º31.34%26.27%-
HSV(B)25.71º47.73%34.51%-
XYZ6.355.943.4-
YUV69.12114.95141.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=44.44%
G=32.32%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88644600.270.480.6525.7131.3426.27
Hex58402E01B30411a1f1a
Octal1301005603360101323732
Binary101100010000001011100110111100001000001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58402E; }

 p { color: rgb(88,64,46); }

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

<style>
 a { background-color: #58402E; }

 a { background-color: rgb(88,64,46); }

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

<style>
 span { border-color: #58402E; }

 span { border-color: rgb(88,64,46); }

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