Html Css Color HEX #554615 Bronze Olive

📋 copy color: '#554615'

red 85 ◦ green 70 ◦ blue 21

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

Shades of Bronze Olive #554615

Tints of Bronze Olive #554615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 48.3%
G = 39.77%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#554615 (or 0x554615) is known color: Bronze Olive. HEX triplet: 55, 46 and 15. RGB value is (85,70,21). Sum of RGB (Red+Green+Blue) = 85+70+21=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554615 is #AAB9EA. Grayscale: #454545. Windows color (decimal): -11188715 or 1394261. OLE color: 1394261.

HSL color Cylindrical-coordinate representation of color #554615: hue angle of 45.94º 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 #554615 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 21 -
CMYK 0 0.18 0.75 0.67
HSL 45.94º 0.6% 0.21% -
HSV(B) 45.94º 0.75% 0.33% -
XYZ 6.07 6.37 1.62 -
YUV 68.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 85 70 21 0 0.18 0.75 0.67 45.94 0.6 0.21
Hex 55 46 15 0 12 4B 43 2E 3C 15
Octal 125 106 25 0 22 113 103 56 74 25
Binary 1010101 1000110 10101 0 10010 1001011 1000011 101110 111100 10101

Color Harmonies of #554615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554615

Black with #554615

Text Example


Text Example

White with #554615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554615; }

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

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

background-color css

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

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

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

border-color css

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

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

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