Html Css Color HEX #554E21 Bronze Olive

📋 copy color: '#554E21'

red 85 ◦ green 78 ◦ blue 33

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

Shades of Bronze Olive #554E21

Tints of Bronze Olive #554E21

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

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

R = 43.37%
G = 39.8%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#554E21 (or 0x554E21) is known color: Bronze Olive. HEX triplet: 55, 4E and 21. RGB value is (85,78,33). Sum of RGB (Red+Green+Blue) = 85+78+33=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E21 is #AAB1DE. Grayscale: #4B4B4B. Windows color (decimal): -11186655 or 2182741. OLE color: 2182741.

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

Color convert

RGB 85 78 33 -
CMYK 0 0.08 0.61 0.67
HSL 51.92º 0.44% 0.23% -
HSV(B) 51.92º 0.61% 0.33% -
XYZ 6.75 7.49 2.53 -
YUV 74.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 85 78 33 0 0.08 0.61 0.67 51.92 0.44 0.23
Hex 55 4E 21 0 8 3D 43 34 2C 17
Octal 125 116 41 0 10 75 103 64 54 27
Binary 1010101 1001110 100001 0 1000 111101 1000011 110100 101100 10111

Color Harmonies of #554E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E21

Black with #554E21

Text Example


Text Example

White with #554E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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