Html Css Color HEX #5E471D Bronze Olive

📋 copy color: '#5E471D'

red 94 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #5E471D

Tints of Bronze Olive #5E471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 48.45%
G = 36.6%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E471D (or 0x5E471D) is known color: Bronze Olive. HEX triplet: 5E, 47 and 1D. RGB value is (94,71,29). Sum of RGB (Red+Green+Blue) = 94+71+29=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E471D is #A1B8E2. Grayscale: #494949. Windows color (decimal): -10598627 or 1918814. OLE color: 1918814.

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

Color convert

RGB 94 71 29 -
CMYK 0 0.24 0.69 0.63
HSL 38.77º 0.53% 0.24% -
HSV(B) 38.77º 0.69% 0.37% -
XYZ 7.09 6.97 2.13 -
YUV 73.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 94 71 29 0 0.24 0.69 0.63 38.77 0.53 0.24
Hex 5E 47 1D 0 18 45 3F 27 35 18
Octal 136 107 35 0 30 105 77 47 65 30
Binary 1011110 1000111 11101 0 11000 1000101 111111 100111 110101 11000

Color Harmonies of #5E471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E471D

Black with #5E471D

Text Example


Text Example

White with #5E471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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