Html Css Color HEX #5E5302 Bronze Olive

📋 copy color: '#5E5302'

red 94 ◦ green 83 ◦ blue 2

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

Shades of Bronze Olive #5E5302

Tints of Bronze Olive #5E5302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 52.51%
G = 46.37%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5E5302 (or 0x5E5302) is known color: Bronze Olive. HEX triplet: 5E, 53 and 02. RGB value is (94,83,2). Sum of RGB (Red+Green+Blue) = 94+83+2=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5302 is #A1ACFD. Grayscale: #4D4D4D. Windows color (decimal): -10595582 or 152414. OLE color: 152414.

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

Color convert

RGB 94 83 2 -
CMYK 0 0.12 0.98 0.63
HSL 52.83º 0.96% 0.19% -
HSV(B) 52.83º 0.98% 0.37% -
XYZ 7.72 8.57 1.3 -
YUV 77.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 94 83 2 0 0.12 0.98 0.63 52.83 0.96 0.19
Hex 5E 53 2 0 C 62 3F 35 60 13
Octal 136 123 2 0 14 142 77 65 140 23
Binary 1011110 1010011 10 0 1100 1100010 111111 110101 1100000 10011

Color Harmonies of #5E5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5302

Black with #5E5302

Text Example


Text Example

White with #5E5302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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