Html Css Color HEX #5F551A Bronze Olive

📋 copy color: '#5F551A'

red 95 ◦ green 85 ◦ blue 26

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

Shades of Bronze Olive #5F551A

Tints of Bronze Olive #5F551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 46.12%
G = 41.26%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#5F551A (or 0x5F551A) is known color: Bronze Olive. HEX triplet: 5F, 55 and 1A. RGB value is (95,85,26). Sum of RGB (Red+Green+Blue) = 95+85+26=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F551A is #A0AAE5. Grayscale: #515151. Windows color (decimal): -10529510 or 1725791. OLE color: 1725791.

HSL color Cylindrical-coordinate representation of color #5F551A: hue angle of 51.3º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F551A is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 85 26 -
CMYK 0 0.11 0.73 0.63
HSL 51.3º 0.57% 0.24% -
HSV(B) 51.3º 0.73% 0.37% -
XYZ 8.15 9 2.29 -
YUV 81.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 95 85 26 0 0.11 0.73 0.63 51.3 0.57 0.24
Hex 5F 55 1A 0 B 49 3F 33 39 18
Octal 137 125 32 0 13 111 77 63 71 30
Binary 1011111 1010101 11010 0 1011 1001001 111111 110011 111001 11000

Color Harmonies of #5F551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F551A

Black with #5F551A

Text Example


Text Example

White with #5F551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,26); }

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

background-color css

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

 a { background-color: rgb(95,85,26); }

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

border-color css

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

 span { border-color: rgb(95,85,26); }

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