Html Css Color HEX #5A500C Bronze Olive

📋 copy color: '#5A500C'

red 90 ◦ green 80 ◦ blue 12

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

Shades of Bronze Olive #5A500C

Tints of Bronze Olive #5A500C

RGB

 RED value IS 90 (35.55% from 255) = 49.45%

 GREEN value IS 80 (31.64% from 255) = 43.96%

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

R = 49.45%
G = 43.96%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A500C (or 0x5A500C) is known color: Bronze Olive. HEX triplet: 5A, 50 and 0C. RGB value is (90,80,12). Sum of RGB (Red+Green+Blue) = 90+80+12=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A500C is #A5AFF3. Grayscale: #4B4B4B. Windows color (decimal): -10858484 or 807002. OLE color: 807002.

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

Color convert

RGB 90 80 12 -
CMYK 0 0.11 0.87 0.65
HSL 52.31º 0.76% 0.2% -
HSV(B) 52.31º 0.87% 0.35% -
XYZ 7.15 7.94 1.5 -
YUV 75.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 90 80 12 0 0.11 0.87 0.65 52.31 0.76 0.2
Hex 5A 50 C 0 B 57 41 34 4C 14
Octal 132 120 14 0 13 127 101 64 114 24
Binary 1011010 1010000 1100 0 1011 1010111 1000001 110100 1001100 10100

Color Harmonies of #5A500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A500C

Black with #5A500C

Text Example


Text Example

White with #5A500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A500C; }

 p { color: rgb(90,80,12); }

 H1.HeaderClassName
 {
   color: #5A500C;
 }
 .AnyTagClassName
 {
   color: #5A500C;
 }
</style>

background-color css

<style>
 a { background-color: #5A500C; }

 a { background-color: rgb(90,80,12); }

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

border-color css

<style>
 span { border-color: #5A500C; }

 span { border-color: rgb(90,80,12); }

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