Html Css Color HEX #554C22 Bronze Olive

📋 copy color: '#554C22'

red 85 ◦ green 76 ◦ blue 34

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

Shades of Bronze Olive #554C22

Tints of Bronze Olive #554C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.97%

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

R = 43.59%
G = 38.97%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#554C22 (or 0x554C22) is known color: Bronze Olive. HEX triplet: 55, 4C and 22. RGB value is (85,76,34). Sum of RGB (Red+Green+Blue) = 85+76+34=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C22 is #AAB3DD. Grayscale: #4A4A4A. Windows color (decimal): -11187166 or 2247765. OLE color: 2247765.

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

Color convert

RGB 85 76 34 -
CMYK 0 0.11 0.60 0.67
HSL 49.41º 0.43% 0.23% -
HSV(B) 49.41º 0.6% 0.33% -
XYZ 6.62 7.22 2.56 -
YUV 73.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 85 76 34 0 0.11 0.60 0.67 49.41 0.43 0.23
Hex 55 4C 22 0 B 3C 43 31 2B 17
Octal 125 114 42 0 13 74 103 61 53 27
Binary 1010101 1001100 100010 0 1011 111100 1000011 110001 101011 10111

Color Harmonies of #554C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C22

Black with #554C22

Text Example


Text Example

White with #554C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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