Html Css Color HEX #5C5001 Bronze Olive

📋 copy color: '#5C5001'

red 92 ◦ green 80 ◦ blue 1

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

Shades of Bronze Olive #5C5001

Tints of Bronze Olive #5C5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 53.18%
G = 46.24%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5C5001 (or 0x5C5001) is known color: Bronze Olive. HEX triplet: 5C, 50 and 01. RGB value is (92,80,1). Sum of RGB (Red+Green+Blue) = 92+80+1=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5001 is #A3AFFE. Grayscale: #4A4A4A. Windows color (decimal): -10727423 or 86108. OLE color: 86108.

HSL color Cylindrical-coordinate representation of color #5C5001: hue angle of 52.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C5001 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 80 1 -
CMYK 0 0.13 0.99 0.64
HSL 52.09º 0.98% 0.18% -
HSV(B) 52.09º 0.99% 0.36% -
XYZ 7.29 8.01 1.19 -
YUV 74.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 92 80 1 0 0.13 0.99 0.64 52.09 0.98 0.18
Hex 5C 50 1 0 D 63 40 34 62 12
Octal 134 120 1 0 15 143 100 64 142 22
Binary 1011100 1010000 1 0 1101 1100011 1000000 110100 1100010 10010

Color Harmonies of #5C5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5001

Black with #5C5001

Text Example


Text Example

White with #5C5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,80,1); }

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

background-color css

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

 a { background-color: rgb(92,80,1); }

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

border-color css

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

 span { border-color: rgb(92,80,1); }

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