Html Css Color HEX #554A19 Bronze Olive

📋 copy color: '#554A19'

red 85 ◦ green 74 ◦ blue 25

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

Shades of Bronze Olive #554A19

Tints of Bronze Olive #554A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.22%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 46.2%
G = 40.22%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#554A19 (or 0x554A19) is known color: Bronze Olive. HEX triplet: 55, 4A and 19. RGB value is (85,74,25). Sum of RGB (Red+Green+Blue) = 85+74+25=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A19 is #AAB5E6. Grayscale: #474747. Windows color (decimal): -11187687 or 1657429. OLE color: 1657429.

HSL color Cylindrical-coordinate representation of color #554A19: hue angle of 49º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #554A19 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 25 -
CMYK 0 0.13 0.71 0.67
HSL 49º 0.55% 0.22% -
HSV(B) 49º 0.71% 0.33% -
XYZ 6.37 6.9 1.92 -
YUV 71.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 85 74 25 0 0.13 0.71 0.67 49 0.55 0.22
Hex 55 4A 19 0 D 47 43 31 37 16
Octal 125 112 31 0 15 107 103 61 67 26
Binary 1010101 1001010 11001 0 1101 1000111 1000011 110001 110111 10110

Color Harmonies of #554A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A19

Black with #554A19

Text Example


Text Example

White with #554A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,25); }

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

background-color css

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

 a { background-color: rgb(85,74,25); }

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

border-color css

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

 span { border-color: rgb(85,74,25); }

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