Html Css Color HEX #554719 Bronze Olive

📋 copy color: '#554719'

red 85 ◦ green 71 ◦ blue 25

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

Shades of Bronze Olive #554719

Tints of Bronze Olive #554719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.23%

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

R = 46.96%
G = 39.23%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#554719 (or 0x554719) is known color: Bronze Olive. HEX triplet: 55, 47 and 19. RGB value is (85,71,25). Sum of RGB (Red+Green+Blue) = 85+71+25=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554719 is #AAB8E6. Grayscale: #464646. Windows color (decimal): -11188455 or 1656661. OLE color: 1656661.

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

Color convert

RGB 85 71 25 -
CMYK 0 0.16 0.71 0.67
HSL 46º 0.55% 0.22% -
HSV(B) 46º 0.71% 0.33% -
XYZ 6.18 6.51 1.85 -
YUV 69.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 85 71 25 0 0.16 0.71 0.67 46 0.55 0.22
Hex 55 47 19 0 10 47 43 2E 37 16
Octal 125 107 31 0 20 107 103 56 67 26
Binary 1010101 1000111 11001 0 10000 1000111 1000011 101110 110111 10110

Color Harmonies of #554719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554719

Black with #554719

Text Example


Text Example

White with #554719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554719; }

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

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

background-color css

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

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

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

border-color css

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

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

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