Html Css Color HEX #5F4F23 Bronze Olive

📋 copy color: '#5F4F23'

red 95 ◦ green 79 ◦ blue 35

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

Shades of Bronze Olive #5F4F23

Tints of Bronze Olive #5F4F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.75%

R = 45.45%
G = 37.8%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#5F4F23 (or 0x5F4F23) is known color: Bronze Olive. HEX triplet: 5F, 4F and 23. RGB value is (95,79,35). Sum of RGB (Red+Green+Blue) = 95+79+35=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F23 is #A0B0DC. Grayscale: #4E4E4E. Windows color (decimal): -10531037 or 2314079. OLE color: 2314079.

HSL color Cylindrical-coordinate representation of color #5F4F23: hue angle of 44º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F4F23 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 79 35 -
CMYK 0 0.17 0.63 0.63
HSL 44º 0.46% 0.25% -
HSV(B) 44º 0.63% 0.37% -
XYZ 7.82 8.15 2.75 -
YUV 78.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 95 79 35 0 0.17 0.63 0.63 44 0.46 0.25
Hex 5F 4F 23 0 11 3F 3F 2C 2E 19
Octal 137 117 43 0 21 77 77 54 56 31
Binary 1011111 1001111 100011 0 10001 111111 111111 101100 101110 11001

Color Harmonies of #5F4F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4F23

Black with #5F4F23

Text Example


Text Example

White with #5F4F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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