Html Css Color HEX #5E5311 Bronze Olive

📋 copy color: '#5E5311'

red 94 ◦ green 83 ◦ blue 17

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

Shades of Bronze Olive #5E5311

Tints of Bronze Olive #5E5311

RGB

 RED value IS 94 (37.11% from 255) = 48.45%

 GREEN value IS 83 (32.81% from 255) = 42.78%

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

R = 48.45%
G = 42.78%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#5E5311 (or 0x5E5311) is known color: Bronze Olive. HEX triplet: 5E, 53 and 11. RGB value is (94,83,17). Sum of RGB (Red+Green+Blue) = 94+83+17=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5311 is #A1ACEE. Grayscale: #4F4F4F. Windows color (decimal): -10595567 or 1135454. OLE color: 1135454.

HSL color Cylindrical-coordinate representation of color #5E5311: hue angle of 51.43º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E5311 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 83 17 -
CMYK 0 0.12 0.82 0.63
HSL 51.43º 0.69% 0.22% -
HSV(B) 51.43º 0.82% 0.37% -
XYZ 7.81 8.61 1.78 -
YUV 78.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 94 83 17 0 0.12 0.82 0.63 51.43 0.69 0.22
Hex 5E 53 11 0 C 52 3F 33 45 16
Octal 136 123 21 0 14 122 77 63 105 26
Binary 1011110 1010011 10001 0 1100 1010010 111111 110011 1000101 10110

Color Harmonies of #5E5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5311

Black with #5E5311

Text Example


Text Example

White with #5E5311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,17); }

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

background-color css

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

 a { background-color: rgb(94,83,17); }

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

border-color css

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

 span { border-color: rgb(94,83,17); }

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