Html Css Color HEX #58400C Bronze Olive

📋 copy color: '#58400C'

red 88 ◦ green 64 ◦ blue 12

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

Shades of Bronze Olive #58400C

Tints of Bronze Olive #58400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 53.66%
G = 39.02%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58400C (or 0x58400C) is known color: Bronze Olive. HEX triplet: 58, 40 and 0C. RGB value is (88,64,12). Sum of RGB (Red+Green+Blue) = 88+64+12=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58400C is #A7BFF3. Grayscale: #414141. Windows color (decimal): -10993652 or 802904. OLE color: 802904.

HSL color Cylindrical-coordinate representation of color #58400C: hue angle of 41.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58400C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 12 -
CMYK 0 0.27 0.86 0.65
HSL 41.05º 0.76% 0.2% -
HSV(B) 41.05º 0.86% 0.35% -
XYZ 5.92 5.77 1.15 -
YUV 65.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 88 64 12 0 0.27 0.86 0.65 41.05 0.76 0.2
Hex 58 40 C 0 1B 56 41 29 4C 14
Octal 130 100 14 0 33 126 101 51 114 24
Binary 1011000 1000000 1100 0 11011 1010110 1000001 101001 1001100 10100

Color Harmonies of #58400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58400C

Black with #58400C

Text Example


Text Example

White with #58400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58400C; }

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

 H1.HeaderClassName
 {
   color: #58400C;
 }
 .AnyTagClassName
 {
   color: #58400C;
 }
</style>

background-color css

<style>
 a { background-color: #58400C; }

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

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

border-color css

<style>
 span { border-color: #58400C; }

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

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