Html Css Color HEX #5C4E19 Bronze Olive

📋 copy color: '#5C4E19'

red 92 ◦ green 78 ◦ blue 25

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

Shades of Bronze Olive #5C4E19

Tints of Bronze Olive #5C4E19

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 47.18%
G = 40%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#5C4E19 (or 0x5C4E19) is known color: Bronze Olive. HEX triplet: 5C, 4E and 19. RGB value is (92,78,25). Sum of RGB (Red+Green+Blue) = 92+78+25=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C4E19 is #A3B1E6. Grayscale: #4C4C4C. Windows color (decimal): -10727911 or 1658460. OLE color: 1658460.

HSL color Cylindrical-coordinate representation of color #5C4E19: hue angle of 47.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C4E19 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 78 25 -
CMYK 0 0.15 0.73 0.64
HSL 47.46º 0.57% 0.23% -
HSV(B) 47.46º 0.73% 0.36% -
XYZ 7.31 7.79 2.04 -
YUV 76.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 92 78 25 0 0.15 0.73 0.64 47.46 0.57 0.23
Hex 5C 4E 19 0 F 49 40 2F 39 17
Octal 134 116 31 0 17 111 100 57 71 27
Binary 1011100 1001110 11001 0 1111 1001001 1000000 101111 111001 10111

Color Harmonies of #5C4E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4E19

Black with #5C4E19

Text Example


Text Example

White with #5C4E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,78,25); }

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

background-color css

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

 a { background-color: rgb(92,78,25); }

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

border-color css

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

 span { border-color: rgb(92,78,25); }

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