Html Css Color HEX #554F16 Bronze Olive

📋 copy color: '#554F16'

red 85 ◦ green 79 ◦ blue 22

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

Shades of Bronze Olive #554F16

Tints of Bronze Olive #554F16

RGB

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

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

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

R = 45.7%
G = 42.47%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#554F16 (or 0x554F16) is known color: Bronze Olive. HEX triplet: 55, 4F and 16. RGB value is (85,79,22). Sum of RGB (Red+Green+Blue) = 85+79+22=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F16 is #AAB0E9. Grayscale: #4A4A4A. Windows color (decimal): -11186410 or 1462101. OLE color: 1462101.

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

Color convert

RGB 85 79 22 -
CMYK 0 0.07 0.74 0.67
HSL 54.29º 0.59% 0.21% -
HSV(B) 54.29º 0.74% 0.33% -
XYZ 6.69 7.58 1.87 -
YUV 74.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 85 79 22 0 0.07 0.74 0.67 54.29 0.59 0.21
Hex 55 4F 16 0 7 4A 43 36 3B 15
Octal 125 117 26 0 7 112 103 66 73 25
Binary 1010101 1001111 10110 0 111 1001010 1000011 110110 111011 10101

Color Harmonies of #554F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F16

Black with #554F16

Text Example


Text Example

White with #554F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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