Html Css Color HEX #554416 Bronze Olive

📋 copy color: '#554416'

red 85 ◦ green 68 ◦ blue 22

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

Shades of Bronze Olive #554416

Tints of Bronze Olive #554416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 48.57%
G = 38.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#554416 (or 0x554416) is known color: Bronze Olive. HEX triplet: 55, 44 and 16. RGB value is (85,68,22). Sum of RGB (Red+Green+Blue) = 85+68+22=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554416 is #AABBE9. Grayscale: #444444. Windows color (decimal): -11189226 or 1459285. OLE color: 1459285.

HSL color Cylindrical-coordinate representation of color #554416: hue angle of 43.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #554416 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 22 -
CMYK 0 0.20 0.74 0.67
HSL 43.81º 0.59% 0.21% -
HSV(B) 43.81º 0.74% 0.33% -
XYZ 5.96 6.12 1.63 -
YUV 67.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 85 68 22 0 0.20 0.74 0.67 43.81 0.59 0.21
Hex 55 44 16 0 14 4A 43 2C 3B 15
Octal 125 104 26 0 24 112 103 54 73 25
Binary 1010101 1000100 10110 0 10100 1001010 1000011 101100 111011 10101

Color Harmonies of #554416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554416

Black with #554416

Text Example


Text Example

White with #554416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554416; }

 p { color: rgb(85,68,22); }

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

background-color css

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

 a { background-color: rgb(85,68,22); }

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

border-color css

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

 span { border-color: rgb(85,68,22); }

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