Html Css Color HEX #58410A Bronze Olive

📋 copy color: '#58410A'

red 88 ◦ green 65 ◦ blue 10

#58410A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #58410A

Tints of Bronze Olive #58410A

RGB

 RED value IS 88 (34.77% from 255) = 53.99%

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 53.99%
G = 39.88%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58410A (or 0x58410A) is known color: Bronze Olive. HEX triplet: 58, 41 and 0A. RGB value is (88,65,10). Sum of RGB (Red+Green+Blue) = 88+65+10=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58410A is #A7BEF5. Grayscale: #414141. Windows color (decimal): -10993398 or 672088. OLE color: 672088.

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

Color convert

RGB 88 65 10 -
CMYK 0 0.26 0.89 0.65
HSL 42.31º 0.8% 0.19% -
HSV(B) 42.31º 0.89% 0.35% -
XYZ 5.97 5.88 1.11 -
YUV 65.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 88 65 10 0 0.26 0.89 0.65 42.31 0.8 0.19
Hex 58 41 A 0 1A 59 41 2A 50 13
Octal 130 101 12 0 32 131 101 52 120 23
Binary 1011000 1000001 1010 0 11010 1011001 1000001 101010 1010000 10011

Color Harmonies of #58410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58410A

Black with #58410A

Text Example


Text Example

White with #58410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58410A;
 }
 .AnyTagClassName
 {
   color: #58410A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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