Html Css Color HEX #554822 Bronze Olive

📋 copy color: '#554822'

red 85 ◦ green 72 ◦ blue 34

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

Shades of Bronze Olive #554822

Tints of Bronze Olive #554822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 44.5%
G = 37.7%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#554822 (or 0x554822) is known color: Bronze Olive. HEX triplet: 55, 48 and 22. RGB value is (85,72,34). Sum of RGB (Red+Green+Blue) = 85+72+34=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554822 is #AAB7DD. Grayscale: #474747. Windows color (decimal): -11188190 or 2246741. OLE color: 2246741.

HSL color Cylindrical-coordinate representation of color #554822: hue angle of 44.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554822 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 34 -
CMYK 0 0.15 0.60 0.67
HSL 44.71º 0.43% 0.23% -
HSV(B) 44.71º 0.6% 0.33% -
XYZ 6.35 6.68 2.47 -
YUV 71.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 85 72 34 0 0.15 0.60 0.67 44.71 0.43 0.23
Hex 55 48 22 0 F 3C 43 2D 2B 17
Octal 125 110 42 0 17 74 103 55 53 27
Binary 1010101 1001000 100010 0 1111 111100 1000011 101101 101011 10111

Color Harmonies of #554822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554822

Black with #554822

Text Example


Text Example

White with #554822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554822; }

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

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

background-color css

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

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

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

border-color css

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

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

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