Html Css Color HEX #554910 Bronze Olive

📋 copy color: '#554910'

red 85 ◦ green 73 ◦ blue 16

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

Shades of Bronze Olive #554910

Tints of Bronze Olive #554910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 48.85%
G = 41.95%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#554910 (or 0x554910) is known color: Bronze Olive. HEX triplet: 55, 49 and 10. RGB value is (85,73,16). Sum of RGB (Red+Green+Blue) = 85+73+16=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554910 is #AAB6EF. Grayscale: #464646. Windows color (decimal): -11187952 or 1067349. OLE color: 1067349.

HSL color Cylindrical-coordinate representation of color #554910: hue angle of 49.57º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #554910 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 16 -
CMYK 0 0.14 0.81 0.67
HSL 49.57º 0.68% 0.2% -
HSV(B) 49.57º 0.81% 0.33% -
XYZ 6.22 6.73 1.46 -
YUV 70.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 85 73 16 0 0.14 0.81 0.67 49.57 0.68 0.2
Hex 55 49 10 0 E 51 43 32 44 14
Octal 125 111 20 0 16 121 103 62 104 24
Binary 1010101 1001001 10000 0 1110 1010001 1000011 110010 1000100 10100

Color Harmonies of #554910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554910

Black with #554910

Text Example


Text Example

White with #554910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554910; }

 p { color: rgb(85,73,16); }

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

background-color css

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

 a { background-color: rgb(85,73,16); }

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

border-color css

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

 span { border-color: rgb(85,73,16); }

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