Html Css Color HEX #58450C Bronze Olive

📋 copy color: '#58450C'

red 88 ◦ green 69 ◦ blue 12

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

Shades of Bronze Olive #58450C

Tints of Bronze Olive #58450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

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

R = 52.07%
G = 40.83%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58450C (or 0x58450C) is known color: Bronze Olive. HEX triplet: 58, 45 and 0C. RGB value is (88,69,12). Sum of RGB (Red+Green+Blue) = 88+69+12=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58450C is #A7BAF3. Grayscale: #444444. Windows color (decimal): -10992372 or 804184. OLE color: 804184.

HSL color Cylindrical-coordinate representation of color #58450C: hue angle of 45º 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 #58450C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 69 12 -
CMYK 0 0.22 0.86 0.65
HSL 45º 0.76% 0.2% -
HSV(B) 45º 0.86% 0.35% -
XYZ 6.22 6.36 1.25 -
YUV 68.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 88 69 12 0 0.22 0.86 0.65 45 0.76 0.2
Hex 58 45 C 0 16 56 41 2D 4C 14
Octal 130 105 14 0 26 126 101 55 114 24
Binary 1011000 1000101 1100 0 10110 1010110 1000001 101101 1001100 10100

Color Harmonies of #58450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58450C

Black with #58450C

Text Example


Text Example

White with #58450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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