Html Css Color HEX #5E471A Bronze Olive

📋 copy color: '#5E471A'

red 94 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #5E471A

Tints of Bronze Olive #5E471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 49.21%
G = 37.17%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E471A (or 0x5E471A) is known color: Bronze Olive. HEX triplet: 5E, 47 and 1A. RGB value is (94,71,26). Sum of RGB (Red+Green+Blue) = 94+71+26=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E471A is #A1B8E5. Grayscale: #484848. Windows color (decimal): -10598630 or 1722206. OLE color: 1722206.

HSL color Cylindrical-coordinate representation of color #5E471A: hue angle of 39.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E471A is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 71 26 -
CMYK 0 0.24 0.72 0.63
HSL 39.71º 0.57% 0.24% -
HSV(B) 39.71º 0.72% 0.37% -
XYZ 7.06 6.96 1.95 -
YUV 72.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 94 71 26 0 0.24 0.72 0.63 39.71 0.57 0.24
Hex 5E 47 1A 0 18 48 3F 28 39 18
Octal 136 107 32 0 30 110 77 50 71 30
Binary 1011110 1000111 11010 0 11000 1001000 111111 101000 111001 11000

Color Harmonies of #5E471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E471A

Black with #5E471A

Text Example


Text Example

White with #5E471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,26); }

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

background-color css

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

 a { background-color: rgb(94,71,26); }

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

border-color css

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

 span { border-color: rgb(94,71,26); }

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