Html Css Color HEX #5C5512 Bronze Olive

📋 copy color: '#5C5512'

red 92 ◦ green 85 ◦ blue 18

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

Shades of Bronze Olive #5C5512

Tints of Bronze Olive #5C5512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 47.18%
G = 43.59%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5C5512 (or 0x5C5512) is known color: Bronze Olive. HEX triplet: 5C, 55 and 12. RGB value is (92,85,18). Sum of RGB (Red+Green+Blue) = 92+85+18=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5512 is #A3AAED. Grayscale: #4F4F4F. Windows color (decimal): -10726126 or 1201500. OLE color: 1201500.

HSL color Cylindrical-coordinate representation of color #5C5512: hue angle of 54.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C5512 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 85 18 -
CMYK 0 0.08 0.80 0.64
HSL 54.32º 0.67% 0.22% -
HSV(B) 54.32º 0.8% 0.36% -
XYZ 7.77 8.82 1.86 -
YUV 79.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 92 85 18 0 0.08 0.80 0.64 54.32 0.67 0.22
Hex 5C 55 12 0 8 50 40 36 43 16
Octal 134 125 22 0 10 120 100 66 103 26
Binary 1011100 1010101 10010 0 1000 1010000 1000000 110110 1000011 10110

Color Harmonies of #5C5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5512

Black with #5C5512

Text Example


Text Example

White with #5C5512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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