Html Css Color HEX #5F4F1D Bronze Olive

📋 copy color: '#5F4F1D'

red 95 ◦ green 79 ◦ blue 29

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

Shades of Bronze Olive #5F4F1D

Tints of Bronze Olive #5F4F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.92%

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

R = 46.8%
G = 38.92%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5F4F1D (or 0x5F4F1D) is known color: Bronze Olive. HEX triplet: 5F, 4F and 1D. RGB value is (95,79,29). Sum of RGB (Red+Green+Blue) = 95+79+29=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F1D is #A0B0E2. Grayscale: #4E4E4E. Windows color (decimal): -10531043 or 1920863. OLE color: 1920863.

HSL color Cylindrical-coordinate representation of color #5F4F1D: hue angle of 45.45º 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 #5F4F1D is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 79 29 -
CMYK 0 0.17 0.69 0.63
HSL 45.45º 0.53% 0.24% -
HSV(B) 45.45º 0.69% 0.37% -
XYZ 7.74 8.11 2.32 -
YUV 78.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 95 79 29 0 0.17 0.69 0.63 45.45 0.53 0.24
Hex 5F 4F 1D 0 11 45 3F 2D 35 18
Octal 137 117 35 0 21 105 77 55 65 30
Binary 1011111 1001111 11101 0 10001 1000101 111111 101101 110101 11000

Color Harmonies of #5F4F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4F1D

Black with #5F4F1D

Text Example


Text Example

White with #5F4F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,79,29); }

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

background-color css

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

 a { background-color: rgb(95,79,29); }

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

border-color css

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

 span { border-color: rgb(95,79,29); }

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