#58421A

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

Shades of Bronze Olive #58421A

Tints of Bronze Olive #58421A

Color information

#58421A (or 0x58421A) is unknown color: approx Bronze Olive. HEX triplet: 58, 42 and 1A. RGB value is (88,66,26). Sum of RGB (Red+Green+Blue) = 88+66+26=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58421A is #A7BDE5. Grayscale: #444444. Windows color (decimal): -10993126 or 1720920. OLE color: 1720920.

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

Color convert

RGB886626-
CMYK00.250.700.65
HSL38.71º54.39%22.35%-
HSV(B)38.71º70.45%34.51%-
XYZ6.166.051.82-
YUV68.02104.29142.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=48.89%
G=36.67%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88662600.250.700.6538.7154.3922.35
Hex58421A0194641273616
Octal13010232031106101476626
Binary10110001000010110100110011000110100000110011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,66,26); }

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

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

 a { background-color: rgb(88,66,26); }

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

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

 span { border-color: rgb(88,66,26); }

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