Html Css Color HEX #554E10 Bronze Olive

📋 copy color: '#554E10'

red 85 ◦ green 78 ◦ blue 16

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

Shades of Bronze Olive #554E10

Tints of Bronze Olive #554E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.58%

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

R = 47.49%
G = 43.58%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#554E10 (or 0x554E10) is known color: Bronze Olive. HEX triplet: 55, 4E and 10. RGB value is (85,78,16). Sum of RGB (Red+Green+Blue) = 85+78+16=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E10 is #AAB1EF. Grayscale: #494949. Windows color (decimal): -11186672 or 1068629. OLE color: 1068629.

HSL color Cylindrical-coordinate representation of color #554E10: hue angle of 53.91º 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 #554E10 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 16 -
CMYK 0 0.08 0.81 0.67
HSL 53.91º 0.68% 0.2% -
HSV(B) 53.91º 0.81% 0.33% -
XYZ 6.56 7.42 1.58 -
YUV 73.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 85 78 16 0 0.08 0.81 0.67 53.91 0.68 0.2
Hex 55 4E 10 0 8 51 43 36 44 14
Octal 125 116 20 0 10 121 103 66 104 24
Binary 1010101 1001110 10000 0 1000 1010001 1000011 110110 1000100 10100

Color Harmonies of #554E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E10

Black with #554E10

Text Example


Text Example

White with #554E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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