Html Css Color HEX #58420C Bronze Olive

📋 copy color: '#58420C'

red 88 ◦ green 66 ◦ blue 12

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

Shades of Bronze Olive #58420C

Tints of Bronze Olive #58420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 53.01%
G = 39.76%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58420C (or 0x58420C) is known color: Bronze Olive. HEX triplet: 58, 42 and 0C. RGB value is (88,66,12). Sum of RGB (Red+Green+Blue) = 88+66+12=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58420C is #A7BDF3. Grayscale: #424242. Windows color (decimal): -10993140 or 803416. OLE color: 803416.

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

Color convert

RGB 88 66 12 -
CMYK 0 0.25 0.86 0.65
HSL 42.63º 0.76% 0.2% -
HSV(B) 42.63º 0.86% 0.35% -
XYZ 6.04 6 1.19 -
YUV 66.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 88 66 12 0 0.25 0.86 0.65 42.63 0.76 0.2
Hex 58 42 C 0 19 56 41 2B 4C 14
Octal 130 102 14 0 31 126 101 53 114 24
Binary 1011000 1000010 1100 0 11001 1010110 1000001 101011 1001100 10100

Color Harmonies of #58420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58420C

Black with #58420C

Text Example


Text Example

White with #58420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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