Html Css Color HEX #554821 Bronze Olive

📋 copy color: '#554821'

red 85 ◦ green 72 ◦ blue 33

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

Shades of Bronze Olive #554821

Tints of Bronze Olive #554821

RGB

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

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

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

R = 44.74%
G = 37.89%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#554821 (or 0x554821) is known color: Bronze Olive. HEX triplet: 55, 48 and 21. RGB value is (85,72,33). Sum of RGB (Red+Green+Blue) = 85+72+33=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554821 is #AAB7DE. Grayscale: #474747. Windows color (decimal): -11188191 or 2181205. OLE color: 2181205.

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

Color convert

RGB 85 72 33 -
CMYK 0 0.15 0.61 0.67
HSL 45º 0.44% 0.23% -
HSV(B) 45º 0.61% 0.33% -
XYZ 6.34 6.68 2.39 -
YUV 71.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 85 72 33 0 0.15 0.61 0.67 45 0.44 0.23
Hex 55 48 21 0 F 3D 43 2D 2C 17
Octal 125 110 41 0 17 75 103 55 54 27
Binary 1010101 1001000 100001 0 1111 111101 1000011 101101 101100 10111

Color Harmonies of #554821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554821

Black with #554821

Text Example


Text Example

White with #554821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554821; }

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

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

background-color css

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

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

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

border-color css

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

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

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