Html Css Color HEX #554522 Bronze Olive

📋 copy color: '#554522'

red 85 ◦ green 69 ◦ blue 34

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

Shades of Bronze Olive #554522

Tints of Bronze Olive #554522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 45.21%
G = 36.7%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#554522 (or 0x554522) is known color: Bronze Olive. HEX triplet: 55, 45 and 22. RGB value is (85,69,34). Sum of RGB (Red+Green+Blue) = 85+69+34=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554522 is #AABADD. Grayscale: #454545. Windows color (decimal): -11188958 or 2245973. OLE color: 2245973.

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

Color convert

RGB 85 69 34 -
CMYK 0 0.19 0.60 0.67
HSL 41.18º 0.43% 0.23% -
HSV(B) 41.18º 0.6% 0.33% -
XYZ 6.16 6.3 2.41 -
YUV 69.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 85 69 34 0 0.19 0.60 0.67 41.18 0.43 0.23
Hex 55 45 22 0 13 3C 43 29 2B 17
Octal 125 105 42 0 23 74 103 51 53 27
Binary 1010101 1000101 100010 0 10011 111100 1000011 101001 101011 10111

Color Harmonies of #554522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554522

Black with #554522

Text Example


Text Example

White with #554522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554522; }

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

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

background-color css

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

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

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

border-color css

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

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

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