#58412A

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

Shades of Bracken #58412A

Tints of Bracken #58412A

Color information

#58412A (or 0x58412A) is unknown color: approx Bracken. HEX triplet: 58, 41 and 2A. RGB value is (88,65,42). Sum of RGB (Red+Green+Blue) = 88+65+42=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412A is #A7BED5. Grayscale: #454545. Windows color (decimal): -10993366 or 2769240. OLE color: 2769240.

HSL color Cylindrical-coordinate representation of color #58412A: hue angle of 30º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58412A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB886542-
CMYK00.260.520.65
HSL30º35.38%25.49%-
HSV(B)30º52.27%34.51%-
XYZ6.336.023.02-
YUV69.26112.62141.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=45.13%
G=33.33%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88654200.260.520.653035.3825.49
Hex58412A01A34411e2319
Octal1301015203264101364331
Binary1011000100000110101001101011010010000011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58412A; }

 p { color: rgb(88,65,42); }

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

<style>
 a { background-color: #58412A; }

 a { background-color: rgb(88,65,42); }

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

<style>
 span { border-color: #58412A; }

 span { border-color: rgb(88,65,42); }

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