Html Css Color HEX #5F5218 Bronze Olive

📋 copy color: '#5F5218'

red 95 ◦ green 82 ◦ blue 24

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

Shades of Bronze Olive #5F5218

Tints of Bronze Olive #5F5218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 47.26%
G = 40.8%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.63

RGB Variations

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

Color information

#5F5218 (or 0x5F5218) is known color: Bronze Olive. HEX triplet: 5F, 52 and 18. RGB value is (95,82,24). Sum of RGB (Red+Green+Blue) = 95+82+24=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5218 is #A0ADE7. Grayscale: #4F4F4F. Windows color (decimal): -10530280 or 1593951. OLE color: 1593951.

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

Color convert

RGB 95 82 24 -
CMYK 0 0.14 0.75 0.63
HSL 49.01º 0.6% 0.23% -
HSV(B) 49.01º 0.75% 0.37% -
XYZ 7.9 8.53 2.09 -
YUV 79.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 95 82 24 0 0.14 0.75 0.63 49.01 0.6 0.23
Hex 5F 52 18 0 E 4B 3F 31 3C 17
Octal 137 122 30 0 16 113 77 61 74 27
Binary 1011111 1010010 11000 0 1110 1001011 111111 110001 111100 10111

Color Harmonies of #5F5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5218

Black with #5F5218

Text Example


Text Example

White with #5F5218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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