Html Css Color HEX #5F5214 Bronze Olive

📋 copy color: '#5F5214'

red 95 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #5F5214

Tints of Bronze Olive #5F5214

RGB

 RED value IS 95 (37.5% from 255) = 48.22%

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 48.22%
G = 41.62%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#5F5214 (or 0x5F5214) is known color: Bronze Olive. HEX triplet: 5F, 52 and 14. RGB value is (95,82,20). Sum of RGB (Red+Green+Blue) = 95+82+20=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5214 is #A0ADEB. Grayscale: #4F4F4F. Windows color (decimal): -10530284 or 1331807. OLE color: 1331807.

HSL color Cylindrical-coordinate representation of color #5F5214: hue angle of 49.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F5214 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 82 20 -
CMYK 0 0.14 0.79 0.63
HSL 49.6º 0.65% 0.23% -
HSV(B) 49.6º 0.79% 0.37% -
XYZ 7.86 8.52 1.89 -
YUV 78.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 95 82 20 0 0.14 0.79 0.63 49.6 0.65 0.23
Hex 5F 52 14 0 E 4F 3F 32 41 17
Octal 137 122 24 0 16 117 77 62 101 27
Binary 1011111 1010010 10100 0 1110 1001111 111111 110010 1000001 10111

Color Harmonies of #5F5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5214

Black with #5F5214

Text Example


Text Example

White with #5F5214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,82,20); }

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

background-color css

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

 a { background-color: rgb(95,82,20); }

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

border-color css

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

 span { border-color: rgb(95,82,20); }

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