Html Css Color HEX #555015 Bronze Olive

📋 copy color: '#555015'

red 85 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #555015

Tints of Bronze Olive #555015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 45.7%
G = 43.01%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#555015 (or 0x555015) is known color: Bronze Olive. HEX triplet: 55, 50 and 15. RGB value is (85,80,21). Sum of RGB (Red+Green+Blue) = 85+80+21=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #555015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555015 is #AAAFEA. Grayscale: #4B4B4B. Windows color (decimal): -11186155 or 1396821. OLE color: 1396821.

HSL color Cylindrical-coordinate representation of color #555015: hue angle of 55.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #555015 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 21 -
CMYK 0 0.06 0.75 0.67
HSL 55.31º 0.6% 0.21% -
HSV(B) 55.31º 0.75% 0.33% -
XYZ 6.75 7.72 1.84 -
YUV 74.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 85 80 21 0 0.06 0.75 0.67 55.31 0.6 0.21
Hex 55 50 15 0 6 4B 43 37 3C 15
Octal 125 120 25 0 6 113 103 67 74 25
Binary 1010101 1010000 10101 0 110 1001011 1000011 110111 111100 10101

Color Harmonies of #555015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555015

Black with #555015

Text Example


Text Example

White with #555015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555015; }

 p { color: rgb(85,80,21); }

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

background-color css

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

 a { background-color: rgb(85,80,21); }

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

border-color css

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

 span { border-color: rgb(85,80,21); }

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