Html Css Color HEX #554F21 Bronze Olive

📋 copy color: '#554F21'

red 85 ◦ green 79 ◦ blue 33

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

Shades of Bronze Olive #554F21

Tints of Bronze Olive #554F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 43.15%
G = 40.1%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#554F21 (or 0x554F21) is known color: Bronze Olive. HEX triplet: 55, 4F and 21. RGB value is (85,79,33). Sum of RGB (Red+Green+Blue) = 85+79+33=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F21 is #AAB0DE. Grayscale: #4B4B4B. Windows color (decimal): -11186399 or 2182997. OLE color: 2182997.

HSL color Cylindrical-coordinate representation of color #554F21: hue angle of 53.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554F21 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 79 33 -
CMYK 0 0.07 0.61 0.67
HSL 53.08º 0.44% 0.23% -
HSV(B) 53.08º 0.61% 0.33% -
XYZ 6.82 7.63 2.55 -
YUV 75.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 85 79 33 0 0.07 0.61 0.67 53.08 0.44 0.23
Hex 55 4F 21 0 7 3D 43 35 2C 17
Octal 125 117 41 0 7 75 103 65 54 27
Binary 1010101 1001111 100001 0 111 111101 1000011 110101 101100 10111

Color Harmonies of #554F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F21

Black with #554F21

Text Example


Text Example

White with #554F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,33); }

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

background-color css

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

 a { background-color: rgb(85,79,33); }

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

border-color css

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

 span { border-color: rgb(85,79,33); }

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