Html Css Color HEX #554F14 Bronze Olive

📋 copy color: '#554F14'

red 85 ◦ green 79 ◦ blue 20

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

Shades of Bronze Olive #554F14

Tints of Bronze Olive #554F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 46.2%
G = 42.93%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#554F14 (or 0x554F14) is known color: Bronze Olive. HEX triplet: 55, 4F and 14. RGB value is (85,79,20). Sum of RGB (Red+Green+Blue) = 85+79+20=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F14 is #AAB0EB. Grayscale: #4A4A4A. Windows color (decimal): -11186412 or 1331029. OLE color: 1331029.

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

Color convert

RGB 85 79 20 -
CMYK 0 0.07 0.76 0.67
HSL 54.46º 0.62% 0.21% -
HSV(B) 54.46º 0.76% 0.33% -
XYZ 6.67 7.57 1.77 -
YUV 74.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 85 79 20 0 0.07 0.76 0.67 54.46 0.62 0.21
Hex 55 4F 14 0 7 4C 43 36 3E 15
Octal 125 117 24 0 7 114 103 66 76 25
Binary 1010101 1001111 10100 0 111 1001100 1000011 110110 111110 10101

Color Harmonies of #554F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F14

Black with #554F14

Text Example


Text Example

White with #554F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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