Html Css Color HEX #5C5204 Bronze Olive

📋 copy color: '#5C5204'

red 92 ◦ green 82 ◦ blue 4

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

Shades of Bronze Olive #5C5204

Tints of Bronze Olive #5C5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

 BLUE value IS 4 (1.95% from 255) = 2.25%

R = 51.69%
G = 46.07%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5C5204 (or 0x5C5204) is known color: Bronze Olive. HEX triplet: 5C, 52 and 04. RGB value is (92,82,4). Sum of RGB (Red+Green+Blue) = 92+82+4=178 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.69% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5204 is #A3ADFB. Grayscale: #4C4C4C. Windows color (decimal): -10726908 or 283228. OLE color: 283228.

HSL color Cylindrical-coordinate representation of color #5C5204: hue angle of 53.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C5204 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 82 4 -
CMYK 0 0.11 0.96 0.64
HSL 53.18º 0.92% 0.19% -
HSV(B) 53.18º 0.96% 0.36% -
XYZ 7.45 8.32 1.33 -
YUV 76.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 92 82 4 0 0.11 0.96 0.64 53.18 0.92 0.19
Hex 5C 52 4 0 B 60 40 35 5C 13
Octal 134 122 4 0 13 140 100 65 134 23
Binary 1011100 1010010 100 0 1011 1100000 1000000 110101 1011100 10011

Color Harmonies of #5C5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5204

Black with #5C5204

Text Example


Text Example

White with #5C5204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,82,4); }

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

background-color css

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

 a { background-color: rgb(92,82,4); }

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

border-color css

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

 span { border-color: rgb(92,82,4); }

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