Html Css Color HEX #554819 Bronze Olive

📋 copy color: '#554819'

red 85 ◦ green 72 ◦ blue 25

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

Shades of Bronze Olive #554819

Tints of Bronze Olive #554819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

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

R = 46.7%
G = 39.56%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#554819 (or 0x554819) is known color: Bronze Olive. HEX triplet: 55, 48 and 19. RGB value is (85,72,25). Sum of RGB (Red+Green+Blue) = 85+72+25=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554819 is #AAB7E6. Grayscale: #464646. Windows color (decimal): -11188199 or 1656917. OLE color: 1656917.

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

Color convert

RGB 85 72 25 -
CMYK 0 0.15 0.71 0.67
HSL 47º 0.55% 0.22% -
HSV(B) 47º 0.71% 0.33% -
XYZ 6.24 6.64 1.87 -
YUV 70.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 85 72 25 0 0.15 0.71 0.67 47 0.55 0.22
Hex 55 48 19 0 F 47 43 2F 37 16
Octal 125 110 31 0 17 107 103 57 67 26
Binary 1010101 1001000 11001 0 1111 1000111 1000011 101111 110111 10110

Color Harmonies of #554819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554819

Black with #554819

Text Example


Text Example

White with #554819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554819; }

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

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

background-color css

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

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

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

border-color css

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

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

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