Html Css Color HEX #555125 Bronze Olive

📋 copy color: '#555125'

red 85 ◦ green 81 ◦ blue 37

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

Shades of Bronze Olive #555125

Tints of Bronze Olive #555125

RGB

 RED value IS 85 (33.59% from 255) = 41.87%

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 41.87%
G = 39.9%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#555125 (or 0x555125) is known color: Bronze Olive. HEX triplet: 55, 51 and 25. RGB value is (85,81,37). Sum of RGB (Red+Green+Blue) = 85+81+37=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #555125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555125 is #AAAEDA. Grayscale: #4D4D4D. Windows color (decimal): -11185883 or 2445653. OLE color: 2445653.

HSL color Cylindrical-coordinate representation of color #555125: hue angle of 55º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555125 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 37 -
CMYK 0 0.05 0.56 0.67
HSL 55º 0.39% 0.24% -
HSV(B) 55º 0.56% 0.33% -
XYZ 7.02 7.95 2.91 -
YUV 77.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 85 81 37 0 0.05 0.56 0.67 55 0.39 0.24
Hex 55 51 25 0 5 38 43 37 27 18
Octal 125 121 45 0 5 70 103 67 47 30
Binary 1010101 1010001 100101 0 101 111000 1000011 110111 100111 11000

Color Harmonies of #555125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555125

Black with #555125

Text Example


Text Example

White with #555125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555125; }

 p { color: rgb(85,81,37); }

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

background-color css

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

 a { background-color: rgb(85,81,37); }

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

border-color css

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

 span { border-color: rgb(85,81,37); }

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