Html Css Color HEX #5F521E Bronze Olive

📋 copy color: '#5F521E'

red 95 ◦ green 82 ◦ blue 30

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

Shades of Bronze Olive #5F521E

Tints of Bronze Olive #5F521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 45.89%
G = 39.61%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5F521E (or 0x5F521E) is known color: Bronze Olive. HEX triplet: 5F, 52 and 1E. RGB value is (95,82,30). Sum of RGB (Red+Green+Blue) = 95+82+30=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F521E is #A0ADE1. Grayscale: #505050. Windows color (decimal): -10530274 or 1987167. OLE color: 1987167.

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

Color convert

RGB 95 82 30 -
CMYK 0 0.14 0.68 0.63
HSL 48º 0.52% 0.25% -
HSV(B) 48º 0.68% 0.37% -
XYZ 7.97 8.56 2.46 -
YUV 79.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 95 82 30 0 0.14 0.68 0.63 48 0.52 0.25
Hex 5F 52 1E 0 E 44 3F 30 34 19
Octal 137 122 36 0 16 104 77 60 64 31
Binary 1011111 1010010 11110 0 1110 1000100 111111 110000 110100 11001

Color Harmonies of #5F521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F521E

Black with #5F521E

Text Example


Text Example

White with #5F521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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