Html Css Color HEX #58410D Bronze Olive

📋 copy color: '#58410D'

red 88 ◦ green 65 ◦ blue 13

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

Shades of Bronze Olive #58410D

Tints of Bronze Olive #58410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 53.01%
G = 39.16%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58410D (or 0x58410D) is known color: Bronze Olive. HEX triplet: 58, 41 and 0D. RGB value is (88,65,13). Sum of RGB (Red+Green+Blue) = 88+65+13=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58410D is #A7BEF2. Grayscale: #424242. Windows color (decimal): -10993395 or 868696. OLE color: 868696.

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

Color convert

RGB 88 65 13 -
CMYK 0 0.26 0.85 0.65
HSL 41.6º 0.74% 0.2% -
HSV(B) 41.6º 0.85% 0.35% -
XYZ 5.99 5.88 1.2 -
YUV 65.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 88 65 13 0 0.26 0.85 0.65 41.6 0.74 0.2
Hex 58 41 D 0 1A 55 41 2A 4A 14
Octal 130 101 15 0 32 125 101 52 112 24
Binary 1011000 1000001 1101 0 11010 1010101 1000001 101010 1001010 10100

Color Harmonies of #58410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58410D

Black with #58410D

Text Example


Text Example

White with #58410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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