Html Css Color HEX #5E531E Bronze Olive

📋 copy color: '#5E531E'

red 94 ◦ green 83 ◦ blue 30

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

Shades of Bronze Olive #5E531E

Tints of Bronze Olive #5E531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 45.41%
G = 40.1%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E531E (or 0x5E531E) is known color: Bronze Olive. HEX triplet: 5E, 53 and 1E. RGB value is (94,83,30). Sum of RGB (Red+Green+Blue) = 94+83+30=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E531E is #A1ACE1. Grayscale: #505050. Windows color (decimal): -10595554 or 1987422. OLE color: 1987422.

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

Color convert

RGB 94 83 30 -
CMYK 0 0.12 0.68 0.63
HSL 49.69º 0.52% 0.24% -
HSV(B) 49.69º 0.68% 0.37% -
XYZ 7.94 8.66 2.48 -
YUV 80.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 94 83 30 0 0.12 0.68 0.63 49.69 0.52 0.24
Hex 5E 53 1E 0 C 44 3F 32 34 18
Octal 136 123 36 0 14 104 77 62 64 30
Binary 1011110 1010011 11110 0 1100 1000100 111111 110010 110100 11000

Color Harmonies of #5E531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E531E

Black with #5E531E

Text Example


Text Example

White with #5E531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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