Html Css Color HEX #5C5510 Bronze Olive

📋 copy color: '#5C5510'

red 92 ◦ green 85 ◦ blue 16

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

Shades of Bronze Olive #5C5510

Tints of Bronze Olive #5C5510

RGB

 RED value IS 92 (36.33% from 255) = 47.67%

 GREEN value IS 85 (33.59% from 255) = 44.04%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 47.67%
G = 44.04%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#5C5510 (or 0x5C5510) is known color: Bronze Olive. HEX triplet: 5C, 55 and 10. RGB value is (92,85,16). Sum of RGB (Red+Green+Blue) = 92+85+16=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5510 is #A3AAEF. Grayscale: #4F4F4F. Windows color (decimal): -10726128 or 1070428. OLE color: 1070428.

HSL color Cylindrical-coordinate representation of color #5C5510: hue angle of 54.47º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C5510 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 85 16 -
CMYK 0 0.08 0.83 0.64
HSL 54.47º 0.7% 0.21% -
HSV(B) 54.47º 0.83% 0.36% -
XYZ 7.76 8.81 1.78 -
YUV 79.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 92 85 16 0 0.08 0.83 0.64 54.47 0.7 0.21
Hex 5C 55 10 0 8 53 40 36 46 15
Octal 134 125 20 0 10 123 100 66 106 25
Binary 1011100 1010101 10000 0 1000 1010011 1000000 110110 1000110 10101

Color Harmonies of #5C5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5510

Black with #5C5510

Text Example


Text Example

White with #5C5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,85,16); }

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

background-color css

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

 a { background-color: rgb(92,85,16); }

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

border-color css

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

 span { border-color: rgb(92,85,16); }

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