Html Css Color HEX #5C4E11 Bronze Olive

📋 copy color: '#5C4E11'

red 92 ◦ green 78 ◦ blue 17

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

Shades of Bronze Olive #5C4E11

Tints of Bronze Olive #5C4E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 49.2%
G = 41.71%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5C4E11 (or 0x5C4E11) is known color: Bronze Olive. HEX triplet: 5C, 4E and 11. RGB value is (92,78,17). Sum of RGB (Red+Green+Blue) = 92+78+17=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C4E11 is #A3B1EE. Grayscale: #4B4B4B. Windows color (decimal): -10727919 or 1134172. OLE color: 1134172.

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

Color convert

RGB 92 78 17 -
CMYK 0 0.15 0.82 0.64
HSL 48.8º 0.69% 0.21% -
HSV(B) 48.8º 0.82% 0.36% -
XYZ 7.24 7.76 1.65 -
YUV 75.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 92 78 17 0 0.15 0.82 0.64 48.8 0.69 0.21
Hex 5C 4E 11 0 F 52 40 31 45 15
Octal 134 116 21 0 17 122 100 61 105 25
Binary 1011100 1001110 10001 0 1111 1010010 1000000 110001 1000101 10101

Color Harmonies of #5C4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4E11

Black with #5C4E11

Text Example


Text Example

White with #5C4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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